From c93e948bc89fce763964f5c0909e7092d99336b9 Mon Sep 17 00:00:00 2001 From: Pascal Neis Date: Thu, 9 Jun 2011 07:27:29 +0000 Subject: [PATCH] bugifxing --- Docs/WebFrontend/Map.js | 4 ++-- Docs/WebFrontend/index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Docs/WebFrontend/Map.js b/Docs/WebFrontend/Map.js index 423be7e93..d28eb8f08 100644 --- a/Docs/WebFrontend/Map.js +++ b/Docs/WebFrontend/Map.js @@ -129,9 +129,9 @@ function init(){ pointRadius: 10, graphicWidth: 22, - graphicHeight: 34 + graphicHeight: 40 }), - //rendererOptions: {yOrdering: true} + rendererOptions: {yOrdering: true} } ); // Add a drag feature control to move features around. diff --git a/Docs/WebFrontend/index.html b/Docs/WebFrontend/index.html index 5d4c8a32d..7fb7a69f1 100644 --- a/Docs/WebFrontend/index.html +++ b/Docs/WebFrontend/index.html @@ -56,7 +56,7 @@

Demo Website for the
Open Source Routing Machine Project

-
GUIv0.1-110512 - OSRM hosting by Geofabrik - Geocoder by MapQuest
+
GUIv0.1-110609 - OSRM hosting by Geofabrik - Geocoder by MapQuest