From 7b94a3092f54592af9c627eafc6e734fde259f6b Mon Sep 17 00:00:00 2001 From: shiin Date: Sun, 17 Jun 2012 11:04:27 +0200 Subject: [PATCH] preparation for zooming --- WebContent/routing/OSRM.Routing.js | 1 + 1 file changed, 1 insertion(+) diff --git a/WebContent/routing/OSRM.Routing.js b/WebContent/routing/OSRM.Routing.js index e11be5906..169c53dcd 100644 --- a/WebContent/routing/OSRM.Routing.js +++ b/WebContent/routing/OSRM.Routing.js @@ -97,6 +97,7 @@ showRoute_Redraw: function(response) { return; //OSRM.G.response = response; // not needed, even harmful as important information is not stored! + //OSRM.RoutingAlternatives.prepare_Redraw(response); if(response.status != 207) { OSRM.RoutingGeometry.show(response); OSRM.RoutingNoNames.show(response);