Skip to content

Commit 1de7e2f

Browse files
committed
Add preset for highway=path-based bicycle-foot path tagging
1 parent c1ece64 commit 1de7e2f

File tree

4 files changed

+77
-2
lines changed

4 files changed

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

0 commit comments

Comments
 (0)