X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/311acad0c43401fe3d7651d021154af2efbedff5..078dc1a5266f11e94150a36eec87bc680609ee68:/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..263938860 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;