preparation for zooming

This commit is contained in:
shiin 2012-06-17 11:04:27 +02:00
parent 7d82661927
commit 7b94a3092f

View File

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