X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/311acad0c43401fe3d7651d021154af2efbedff5..043d29fd7eb72048cf5d07edfbc20ec5c25af708:/app/assets/javascripts/index/directions/graphhopper.js diff --git a/app/assets/javascripts/index/directions/graphhopper.js b/app/assets/javascripts/index/directions/graphhopper.js index 9cf1dc1aa..88a9c15c1 100644 --- a/app/assets/javascripts/index/directions/graphhopper.js +++ b/app/assets/javascripts/index/directions/graphhopper.js @@ -7,8 +7,8 @@ function GraphHopperEngine(id, vehicleType) { 1: 1, // slight right 2: 2, // right 3: 3, // sharp right - 4: 8, // finish reached - 5: 8, // via reached + 4: 14, // finish reached + 5: 14, // via reached 6: 10 // roundabout };