From: Tom Hughes Date: Sun, 19 Jul 2020 18:38:10 +0000 (+0100) Subject: Drop ch.disable from graphhopper parameters X-Git-Tag: live~3025 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/2898633e72e8aa2efbcd6012a936ebab5ab58a56 Drop ch.disable from graphhopper parameters --- diff --git a/app/assets/javascripts/index/directions/graphhopper.js b/app/assets/javascripts/index/directions/graphhopper.js index 0a593f59b..2462d1d30 100644 --- a/app/assets/javascripts/index/directions/graphhopper.js +++ b/app/assets/javascripts/index/directions/graphhopper.js @@ -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,