From 122077f8ec48e8799da7c0ed88a9d5788fe2a2e6 Mon Sep 17 00:00:00 2001 From: Jens Glad Balchen Date: Sat, 6 Apr 2024 21:53:25 +0200 Subject: [PATCH] Do not enforce Cycle & Foot Path or Cycle & Foot Crossing in Norway (NO) due to the NO community not applying bicycle=designated on highway=cycleway Also fix an apparent bug in that DE is excluded from Cycle & Foot Path, but not from Cycle & Foot Crossing. --- data/presets/highway/cycleway/bicycle_foot.json | 3 ++- data/presets/highway/cycleway/crossing/bicycle_foot.json | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/data/presets/highway/cycleway/bicycle_foot.json b/data/presets/highway/cycleway/bicycle_foot.json index 236a96935..a7523d48d 100644 --- a/data/presets/highway/cycleway/bicycle_foot.json +++ b/data/presets/highway/cycleway/bicycle_foot.json @@ -6,7 +6,8 @@ "pl", "de", "il", - "ps" + "ps", + "no" ] }, "icon": "temaki-pedestrian_and_cyclist", diff --git a/data/presets/highway/cycleway/crossing/bicycle_foot.json b/data/presets/highway/cycleway/crossing/bicycle_foot.json index e4a6a6a6b..fea93586a 100644 --- a/data/presets/highway/cycleway/crossing/bicycle_foot.json +++ b/data/presets/highway/cycleway/crossing/bicycle_foot.json @@ -4,8 +4,10 @@ "fr", "lt", "pl", + "de", "il", - "ps" + "ps", + "no" ] }, "icon": "temaki-ped_cyclist_crosswalk",