Skip to content

Commit

Permalink
add presets for cycleway=traffic_island
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yle authored and tordans committed Dec 25, 2024
1 parent 02d1552 commit 874cea8
Show file tree
Hide file tree
Showing 4 changed files with 88 additions and 3 deletions.
23 changes: 23 additions & 0 deletions data/presets/highway/cycleway/traffic_island.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"icon": "fas-biking",
"geometry": [
"line"
],
"tags": {
"highway": "cycleway",
"cycleway": "traffic_island"
},
"reference": {
"key": "cycleway",
"value": "traffic_island"
},
"terms": [
"crossing island"
],
"aliases": [
"Crosswalk Island",
"Traffic Island",
"Pedestrian Island"
],
"name": "Cycle Refuge Island"
}
35 changes: 35 additions & 0 deletions data/presets/highway/cycleway/traffic_island_shared.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"locationSet": {
"exclude": [
"fr",
"lt",
"pl",
"de",
"il",
"ps"
]
},
"icon": "temaki-pedestrian_and_cyclist",
"geometry": [
"line"
],
"tags": {
"highway": "cycleway",
"cycleway": "traffic_island",
"foot": "designated",
"bicycle": "designated"
},
"reference": {
"key": "cycleway",
"value": "traffic_island"
},
"terms": [
"crossing island"
],
"aliases": [
"Crosswalk Island",
"Traffic Island",
"Pedestrian Island"
],
"name": "Cycle & Foot Refuge Island"
}
3 changes: 0 additions & 3 deletions data/presets/highway/footway/traffic_island.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
"line"
],
"tags": {
"footway": "traffic_island"
},
"addTags": {
"highway": "footway",
"footway": "traffic_island"
},
Expand Down
30 changes: 30 additions & 0 deletions data/presets/highway/path/traffic_island_shared.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"locationSet": {
"include": [
"fr",
"lt",
"pl",
"de",
"il",
"ps"
]
},
"icon": "temaki-pedestrian_and_cyclist",
"geometry": [
"line"
],
"tags": {
"highway": "path",
"path": "traffic_island",
"foot": "designated",
"bicycle": "designated"
},
"reference": {
"key": "path",
"value": "traffic_island"
},
"fields": [
"{highway/cycleway/traffic_island_shared}"
],
"name": "{highway/cycleway/traffic_island_shared}"
}

0 comments on commit 874cea8

Please sign in to comment.