mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-08-13 23:00:21 +02:00
add preset for emergency=assembly_point (closes #292)
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"icon": "fas-compress-arrows-alt",
|
||||
"fields": [
|
||||
"name",
|
||||
"ref",
|
||||
"operator"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"emergency": "assembly_point"
|
||||
},
|
||||
"terms": [
|
||||
"EAP",
|
||||
"muster point",
|
||||
"meeting point",
|
||||
"staging area"
|
||||
],
|
||||
"name": "Emergency Assembly Point"
|
||||
}
|
||||
Reference in New Issue
Block a user