mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-06-10 08:53:54 +02:00
Add basic tag position to fire_hydrant (#418)
As per osm wiki, emergency=fire_hydrant should have the fire_hydrant:position tag. https://wiki.openstreetmap.org/wiki/Tag:emergency%3Dfire_hydrant
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"key": "fire_hydrant:position",
|
||||
"type": "combo",
|
||||
"label": "Position",
|
||||
"strings": {
|
||||
"options": {
|
||||
"green": "Green/Grass",
|
||||
"lane": "Road Lane",
|
||||
"sidewalk": "Sidewalk",
|
||||
"parking_lot": "Parking Lot"
|
||||
}
|
||||
},
|
||||
"autoSuggestions": false,
|
||||
"customValues": false
|
||||
}
|
||||
Reference in New Issue
Block a user