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 7, 2023
1 parent ef73d64 commit fbc1c9d
Show file tree
Hide file tree
Showing 2 changed files with 62 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 @@
{
"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",
"locationSet": {
"exclude": [
"fr",
"lt",
"pl",
"de",
"il",
"ps"
]
}
}

0 comments on commit fbc1c9d

Please sign in to comment.