preparation for zooming
This commit is contained in:
parent
7d82661927
commit
7b94a3092f
@ -97,6 +97,7 @@ showRoute_Redraw: function(response) {
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
//OSRM.G.response = response; // not needed, even harmful as important information is not stored!
|
//OSRM.G.response = response; // not needed, even harmful as important information is not stored!
|
||||||
|
//OSRM.RoutingAlternatives.prepare_Redraw(response);
|
||||||
if(response.status != 207) {
|
if(response.status != 207) {
|
||||||
OSRM.RoutingGeometry.show(response);
|
OSRM.RoutingGeometry.show(response);
|
||||||
OSRM.RoutingNoNames.show(response);
|
OSRM.RoutingNoNames.show(response);
|
||||||
|
Loading…
Reference in New Issue
Block a user