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);