From 2898633e72e8aa2efbcd6012a936ebab5ab58a56 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 19 Jul 2020 19:38:10 +0100 Subject: [PATCH] Drop ch.disable from graphhopper parameters --- app/assets/javascripts/index/directions/graphhopper.js | 1 - 1 file changed, 1 deletion(-) 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, -- 2.39.5