diff --git a/WebContent/routing.js b/WebContent/routing.js index 9ea529232..0264662a3 100644 --- a/WebContent/routing.js +++ b/WebContent/routing.js @@ -134,7 +134,7 @@ function showRouteLink_TimeOut(){ function showRouteDescription(response) { // compute query string var query_string = '?z='+ map.getZoom(); - query_string += '¢er=' + map.center.getLat() + ',' + map.center.getLng(); + query_string += '¢er=' + map.getCenter().lat + ',' + map.getCenter().lng; for(var i=0; i