Skip to content

Commit fdad027

Browse files
committed
Add preset for highway=path-based bicycle-foot path tagging
1 parent 7bf5a08 commit fdad027

File tree

3 files changed

+71
-0
lines changed

3 files changed

+71
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"fr",
55
"lt",
66
"pl",
7+
"de",
78
"il",
89
"ps"
910
]
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"locationSet": {
3+
"include": [
4+
"fr",
5+
"lt",
6+
"pl",
7+
"de",
8+
"il",
9+
"ps"
10+
]
11+
},
12+
"icon": "temaki-pedestrian_and_cyclist",
13+
"fields": [
14+
"{highway/cycleway/bicycle_foot}"
15+
],
16+
"geometry": [
17+
"line"
18+
],
19+
"tags": {
20+
"highway": "path",
21+
"foot": "designated",
22+
"bicycle": "designated"
23+
},
24+
"removeTags": {
25+
"highway": "path",
26+
"foot": "designated",
27+
"bicycle": "designated",
28+
"segregated": "*"
29+
},
30+
"matchScore": 0.9,
31+
"name": "{highway/cycleway/bicycle_foot}"
32+
}
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"locationSet": {
3+
"include": [
4+
"fr",
5+
"lt",
6+
"pl",
7+
"de",
8+
"il",
9+
"ps"
10+
]
11+
},
12+
"icon": "temaki-ped_cyclist_crosswalk",
13+
"fields": [
14+
"{highway/cycleway/crossing/bicycle_foot}"
15+
],
16+
"geometry": [
17+
"line"
18+
],
19+
"tags": {
20+
"highway": "path",
21+
"path": "crossing",
22+
"foot": "designated",
23+
"bicycle": "designated"
24+
},
25+
"removeTags": {
26+
"highway": "path",
27+
"path": "crossing",
28+
"foot": "designated",
29+
"bicycle": "designated",
30+
"segregated": "*"
31+
},
32+
"reference": {
33+
"key": "path",
34+
"value": "crossing"
35+
},
36+
"matchScore": 0.9,
37+
"name": "{highway/cycleway/crossing/bicycle_foot}"
38+
}

0 commit comments

Comments
 (0)