Merge remote-tracking branch 'upstream/pull/2734'
This commit is contained in:
commit
77e91beba1
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ function GraphHopperEngine(id, vehicleType) {
|
||||||
key: "LijBPDQGfu7Iiq80w3HzwB4RUDJbMbhs6BU0dEnn",
|
key: "LijBPDQGfu7Iiq80w3HzwB4RUDJbMbhs6BU0dEnn",
|
||||||
elevation: false,
|
elevation: false,
|
||||||
instructions: true,
|
instructions: true,
|
||||||
turn_costs: true,
|
turn_costs: vehicleType === "car",
|
||||||
point: points.map(function (p) { return p.lat + "," + p.lng; })
|
point: points.map(function (p) { return p.lat + "," + p.lng; })
|
||||||
},
|
},
|
||||||
traditional: true,
|
traditional: true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue