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

This commit is contained in:
Tom Hughes 2020-07-16 19:30:55 +01:00
commit a9b00e16e7

View file

@ -29,6 +29,7 @@ function GraphHopperEngine(id, vehicleType) {
"ch.disable": vehicleType === "car", "ch.disable": vehicleType === "car",
"elevation": false, "elevation": false,
"instructions": true, "instructions": true,
"turn_costs": true,
"point": points.map(function (p) { return p.lat + "," + p.lng; }) "point": points.map(function (p) { return p.lat + "," + p.lng; })
}, },
traditional: true, traditional: true,