mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 13:23:52 +01:00
add preset for emergency=assembly_point (closes #292)
This commit is contained in:
parent
728cceb274
commit
a5e750551b
2 changed files with 28 additions and 0 deletions
23
data/presets/emergency/assembly_point.json
Normal file
23
data/presets/emergency/assembly_point.json
Normal 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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue