X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/311acad0c43401fe3d7651d021154af2efbedff5..3d6a3a6de33aa0c1bc436bce9ea9da33e00460ff:/app/assets/javascripts/index/directions/mapzen.js diff --git a/app/assets/javascripts/index/directions/mapzen.js b/app/assets/javascripts/index/directions/mapzen.js index be4af26e4..981fc3807 100644 --- a/app/assets/javascripts/index/directions/mapzen.js +++ b/app/assets/javascripts/index/directions/mapzen.js @@ -18,13 +18,13 @@ function MapzenEngine(id, costing) { 6, // kLeft = 15; 5, // kSlightLeft = 16; 0, // kRampStraight = 17; - 2, // kRampRight = 18; - 6, // kRampLeft = 19; + 24, // kRampRight = 18; + 25, // kRampLeft = 19; 24, // kExitRight = 20; 25, // kExitLeft = 21; 0, // kStayStraight = 22; - 2, // kStayRight = 23; - 6, // kStayLeft = 24; + 1, // kStayRight = 23; + 5, // kStayLeft = 24; 20, // kMerge = 25; 10, // kRoundaboutEnter = 26; 11, // kRoundaboutExit = 27; @@ -34,7 +34,7 @@ function MapzenEngine(id, costing) { return { id: id, - creditline: "Mapzen", + creditline: "Mapzen", draggable: false, getRoute: function (points, callback) {