X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/311acad0c43401fe3d7651d021154af2efbedff5..4cd2d22788cbc8acf411c9f9436eee85a4590c5f:/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) {