Merge remote-tracking branch 'upstream/pull/2734'

This commit is contained in:
Tom Hughes 2020-07-27 15:20:39 +01:00
commit 77e91beba1

View 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,