mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-06-02 05:01:36 +02:00
add preset for footway=traffic_island tag, closes #633
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"icon": "temaki-pedestrian",
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"footway": "traffic_island"
|
||||
},
|
||||
"addTags": {
|
||||
"highway": "footway",
|
||||
"footway": "traffic_island"
|
||||
},
|
||||
"reference": {
|
||||
"key": "footway",
|
||||
"value": "traffic_island"
|
||||
},
|
||||
"terms": [
|
||||
"crossing island"
|
||||
],
|
||||
"aliases": [
|
||||
"Crosswalk Island",
|
||||
"Traffic Island"
|
||||
],
|
||||
"name": "Refuge Island"
|
||||
}
|
||||
Reference in New Issue
Block a user