mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-03 03:35:51 +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"
|
||||
}
|
||||
@@ -5442,6 +5442,11 @@ en:
|
||||
name: Ambulance Station
|
||||
# 'terms: ems,emt,rescue'
|
||||
terms: '<translate with synonyms or related terms for ''Ambulance Station'', separated by commas>'
|
||||
emergency/assembly_point:
|
||||
# 'emergency=assembly_point\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
|
||||
name: Emergency Assembly Point
|
||||
# 'terms: eap,muster point,meeting point,staging area'
|
||||
terms: '<translate with synonyms or related terms for ''Emergency Assembly Point'', separated by commas>'
|
||||
emergency/defibrillator:
|
||||
# 'emergency=defibrillator\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
|
||||
name: Defibrillator
|
||||
|
||||
Reference in New Issue
Block a user