Skip to content

Commit

Permalink
Add preset for highway=path-based bicycle-foot path tagging (#1384)
Browse files Browse the repository at this point in the history
  • Loading branch information
olafkryus authored Dec 20, 2024
1 parent 7bf5a08 commit bc74fb5
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/presets/highway/cycleway/crossing/bicycle_foot.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"fr",
"lt",
"pl",
"de",
"il",
"ps"
]
Expand Down
32 changes: 32 additions & 0 deletions data/presets/highway/path/bicycle_foot.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"locationSet": {
"include": [
"fr",
"lt",
"pl",
"de",
"il",
"ps"
]
},
"icon": "temaki-pedestrian_and_cyclist",
"fields": [
"{highway/cycleway/bicycle_foot}"
],
"geometry": [
"line"
],
"tags": {
"highway": "path",
"foot": "designated",
"bicycle": "designated"
},
"removeTags": {
"highway": "path",
"foot": "designated",
"bicycle": "designated",
"segregated": "*"
},
"matchScore": 0.9,
"name": "{highway/cycleway/bicycle_foot}"
}
38 changes: 38 additions & 0 deletions data/presets/highway/path/crossing/bicycle_foot.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"locationSet": {
"include": [
"fr",
"lt",
"pl",
"de",
"il",
"ps"
]
},
"icon": "temaki-ped_cyclist_crosswalk",
"fields": [
"{highway/cycleway/crossing/bicycle_foot}"
],
"geometry": [
"line"
],
"tags": {
"highway": "path",
"path": "crossing",
"foot": "designated",
"bicycle": "designated"
},
"removeTags": {
"highway": "path",
"path": "crossing",
"foot": "designated",
"bicycle": "designated",
"segregated": "*"
},
"reference": {
"key": "path",
"value": "crossing"
},
"matchScore": 0.9,
"name": "{highway/cycleway/crossing/bicycle_foot}"
}

0 comments on commit bc74fb5

Please sign in to comment.