Skip to content

Commit

Permalink
Do not enforce Cycle & Foot Path or Cycle & Foot Crossing in Norway (…
Browse files Browse the repository at this point in the history
…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.
  • Loading branch information
balchen authored and tordans committed Dec 19, 2024
1 parent c1ece64 commit 122077f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion data/presets/highway/cycleway/bicycle_foot.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"pl",
"de",
"il",
"ps"
"ps",
"no"
]
},
"icon": "temaki-pedestrian_and_cyclist",
Expand Down
4 changes: 3 additions & 1 deletion data/presets/highway/cycleway/crossing/bicycle_foot.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
"fr",
"lt",
"pl",
"de",
"il",
"ps"
"ps",
"no"
]
},
"icon": "temaki-ped_cyclist_crosswalk",
Expand Down

0 comments on commit 122077f

Please sign in to comment.