]> git.openstreetmap.org Git - rails.git/commitdiff
Merge remote-tracking branch 'upstream/pull/2734'
authorTom Hughes <tom@compton.nu>
Mon, 27 Jul 2020 14:20:39 +0000 (15:20 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 27 Jul 2020 14:20:39 +0000 (15:20 +0100)
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,