Skip to content

Commit 122077f

Browse files
balchentordans
authored andcommitted
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.
1 parent c1ece64 commit 122077f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

data/presets/highway/cycleway/bicycle_foot.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"pl",
77
"de",
88
"il",
9-
"ps"
9+
"ps",
10+
"no"
1011
]
1112
},
1213
"icon": "temaki-pedestrian_and_cyclist",

data/presets/highway/cycleway/crossing/bicycle_foot.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
"fr",
55
"lt",
66
"pl",
7+
"de",
78
"il",
8-
"ps"
9+
"ps",
10+
"no"
911
]
1012
},
1113
"icon": "temaki-ped_cyclist_crosswalk",

0 commit comments

Comments
 (0)