add preset for emergency=assembly_point (closes #292)

This commit is contained in:
Martin Raifer 2022-01-10 19:29:17 +01:00
parent 728cceb274
commit a5e750551b
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
2 changed files with 28 additions and 0 deletions

View file

@ -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"
}