Drop ch.disable from graphhopper parameters

This commit is contained in:
Tom Hughes 2020-07-19 19:38:10 +01:00
parent 65b984f90b
commit 2898633e72

View file

@ -26,7 +26,6 @@ function GraphHopperEngine(id, vehicleType) {
"vehicle": vehicleType,
"locale": I18n.currentLocale(),
"key": "LijBPDQGfu7Iiq80w3HzwB4RUDJbMbhs6BU0dEnn",
"ch.disable": vehicleType === "car",
"elevation": false,
"instructions": true,
"turn_costs": true,