diff --git a/WebContent/routing/OSRM.Routing.js b/WebContent/routing/OSRM.Routing.js index 9c3bd8ff8..bb5c69ea2 100644 --- a/WebContent/routing/OSRM.Routing.js +++ b/WebContent/routing/OSRM.Routing.js @@ -33,6 +33,7 @@ OSRM.Routing = { init: function() { OSRM.G.markers = new OSRM.Markers(); OSRM.G.route = new OSRM.Route(); + OSRM.G.response = { via_points:[] }; },