mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
Add fire_hydrant:position field to presets
http://wiki.openstreetmap.org/wiki/Tag:emergency%3Dfire_hydrant
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"key": "fire_hydrant:position",
|
||||
"type": "combo",
|
||||
"label": "Position",
|
||||
"strings": {
|
||||
"options": {
|
||||
"lane": "Lane",
|
||||
"parking_lot": "Parking lot",
|
||||
"sidewalk": "Sidewalk",
|
||||
"green": "Green"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"icon": "fire-station",
|
||||
"fields": [
|
||||
"fire_hydrant/type"
|
||||
"fire_hydrant/type",
|
||||
"fire_hydrant/position"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
Reference in New Issue
Block a user