mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-09 06:28:31 +02:00
add presets for cycleway=traffic_island
This commit is contained in:
@@ -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"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -4,9 +4,6 @@
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"footway": "traffic_island"
|
||||
},
|
||||
"addTags": {
|
||||
"highway": "footway",
|
||||
"footway": "traffic_island"
|
||||
},
|
||||
|
||||
@@ -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}"
|
||||
}
|
||||
Reference in New Issue
Block a user