Skip to content

Commit edf4cda

Browse files
authored
Exclude Israel from "cycleway for foot+bicycle" (#1058)
Exclude Israel too use highway=path + foot=designated + bicycle=designated for "Cycle & Foot Path" in Israel. Following https://community.openstreetmap.org/t/bulk-edit-announcement/106154/10
1 parent a7efca7 commit edf4cda

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

data/presets/highway/cycleway/bicycle_foot.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"fr",
55
"lt",
66
"pl",
7-
"de"
7+
"de",
8+
"il",
9+
"ps"
810
]
911
},
1012
"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
@@ -3,7 +3,9 @@
33
"exclude": [
44
"fr",
55
"lt",
6-
"pl"
6+
"pl",
7+
"il",
8+
"ps"
79
]
810
},
911
"icon": "temaki-ped_cyclist_crosswalk",

0 commit comments

Comments
 (0)