]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/index/directions/graphhopper.js
Replace deprecated String.prototype.substr()
[rails.git] / app / assets / javascripts / index / directions / graphhopper.js
index 829eb54a080c45eb5603ef9a36429f16d602702a..9a09c1009bea6d8cd19ec787e2a2f5532c77af86 100644 (file)
@@ -28,7 +28,7 @@ function GraphHopperEngine(id, vehicleType) {
           key: "LijBPDQGfu7Iiq80w3HzwB4RUDJbMbhs6BU0dEnn",
           elevation: false,
           instructions: true,
-          turn_costs: true,
+          turn_costs: vehicleType === "car",
           point: points.map(function (p) { return p.lat + "," + p.lng; })
         },
         traditional: true,