diff --git a/app/assets/javascripts/index/directions/graphhopper.js b/app/assets/javascripts/index/directions/graphhopper.js index 6bd430c060..0a593f59bf 100644 --- a/app/assets/javascripts/index/directions/graphhopper.js +++ b/app/assets/javascripts/index/directions/graphhopper.js @@ -29,6 +29,7 @@ function GraphHopperEngine(id, vehicleType) { "ch.disable": vehicleType === "car", "elevation": false, "instructions": true, + "turn_costs": true, "point": points.map(function (p) { return p.lat + "," + p.lng; }) }, traditional: true,