mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-21 07:46:49 +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
|
||||
}
|
||||
@@ -10,6 +10,7 @@
|
||||
"moreFields": [
|
||||
"fire_hydrant/diameter",
|
||||
"fire_hydrant/pressure",
|
||||
"fire_hydrant/position",
|
||||
"level",
|
||||
"survey/date",
|
||||
"water_volume"
|
||||
|
||||
Reference in New Issue
Block a user