mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 22:03:37 +02:00
Merge pull request #6314 from westnordost/presets-fire-hose
add preset for fire hose
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"icon": "fas-fire-extinguisher",
|
||||
"fields": [
|
||||
"indoor",
|
||||
"ref",
|
||||
"operator"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"emergency": "fire_hose"
|
||||
},
|
||||
"name": "Fire Hose"
|
||||
}
|
||||
Reference in New Issue
Block a user