mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-24 09:04:03 +02:00
Add dedicated presets for pillar and underground hydrants (#1160)
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"icon": "temaki-fire_hydrant",
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"terms": [
|
||||
"fire plug",
|
||||
"pillar hydrant"
|
||||
],
|
||||
"tags": {
|
||||
"emergency": "fire_hydrant",
|
||||
"fire_hydrant:type": "pillar"
|
||||
},
|
||||
"name": "Pillar Fire Hydrant"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "temaki-fire_hydrant_underground",
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"terms": [
|
||||
"fire plug",
|
||||
"fire water well",
|
||||
"underground hydrant"
|
||||
],
|
||||
"tags": {
|
||||
"emergency": "fire_hydrant",
|
||||
"fire_hydrant:type": "underground"
|
||||
},
|
||||
"name": "Underground Fire Hydrant"
|
||||
}
|
||||
Reference in New Issue
Block a user