X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/36ee18b88eaff9a6a9c1bc555a9e70ec4dae180e..149182f62009012447eadf66dd38aaa1b30090f9:/app/assets/javascripts/routing_engines/mapquest_bicycle.js diff --git a/app/assets/javascripts/routing_engines/mapquest_bicycle.js b/app/assets/javascripts/routing_engines/mapquest_bicycle.js index 5dfe13234..f74ccba15 100644 --- a/app/assets/javascripts/routing_engines/mapquest_bicycle.js +++ b/app/assets/javascripts/routing_engines/mapquest_bicycle.js @@ -7,7 +7,7 @@ OSM.RoutingEngines.list.push({ name: 'Bicycle (MapQuest Open)', - draggable: true, + draggable: false, _hints: {}, MQ_SPRITE_MAP: { 0: 1, // straight @@ -30,7 +30,7 @@ OSM.RoutingEngines.list.push({ 17: 8, // left fork 18: 1 // straight fork }, - getRoute: function(final,points) { + getRoute: function(isFinal,points) { var url="http://open.mapquestapi.com/directions/v2/route?key=Fmjtd%7Cluur290anu%2Crl%3Do5-908a0y"; var from=points[0]; var to=points[points.length-1]; url+="&from="+from.join(','); @@ -52,7 +52,6 @@ OSM.RoutingEngines.list.push({ // data.shape.maneuverIndexes links turns to polyline positions // data.legs[0].maneuvers is list of turns - console.log(data); var steps=[]; var mq=data.route.legs[0].maneuvers; for (var i=0; i