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 committed Dec 20, 2024
1 parent bc74fb5 commit 5eff38a
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 0 deletions.
26 changes: 26 additions & 0 deletions data/presets/highway/cycleway/traffic_island.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"icon": "fas-biking",
"geometry": [
"line"
],
"tags": {
"cycleway": "traffic_island"
},
"addTags": {
"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"
}
36 changes: 36 additions & 0 deletions data/presets/highway/cycleway/traffic_island_shared.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"locationSet": {
"exclude": [
"fr",
"lt",
"pl",
"de",
"il",
"ps"
]
},
"icon": "temaki-pedestrian_and_cyclist",
"geometry": [
"line"
],
"tags": {
"cycleway": "traffic_island"
},
"addTags": {
"highway": "cycleway",
"cycleway": "traffic_island"
},
"reference": {
"key": "cycleway",
"value": "traffic_island"
},
"terms": [
"crossing island"
],
"aliases": [
"Crosswalk Island",
"Traffic Island",
"Pedestrian Island"
],
"name": "Cycle & Foot Refuge Island"
}
31 changes: 31 additions & 0 deletions data/presets/highway/path/traffic_island_shared.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"locationSet": {
"include": [
"fr",
"lt",
"pl",
"de",
"il",
"ps"
]
},
"icon": "temaki-pedestrian_and_cyclist",
"geometry": [
"line"
],
"tags": {
"path": "traffic_island"
},
"addTags": {
"highway": "path",
"path": "traffic_island"
},
"reference": {
"key": "path",
"value": "traffic_island"
},
"fields": [
"{highway/cycleway/traffic_island_shared}"
],
"name": "{highway/cycleway/traffic_island_shared}"
}

0 comments on commit 5eff38a

Please sign in to comment.