mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-15 21:48:15 +02:00
add emergency=disaster_response preset (#1108)
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"icon": "fas-helmet-safety",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"building_area_yes",
|
||||
"address"
|
||||
],
|
||||
"moreFields": [
|
||||
"{@templates/contact}",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"civil defense",
|
||||
"civil protection",
|
||||
"disaster management",
|
||||
"emergency management",
|
||||
"SES"
|
||||
],
|
||||
"tags": {
|
||||
"emergency": "disaster_response"
|
||||
},
|
||||
"name": "Disaster Response Station"
|
||||
}
|
||||
Reference in New Issue
Block a user