145 lines
3.7 KiB
JSON
145 lines
3.7 KiB
JSON
{
|
|
"allowMove": {
|
|
"enableRelocation": false,
|
|
"enableImproveAccuracy": true
|
|
},
|
|
"name": {
|
|
"en": "Emergency assembly points",
|
|
"it": "Punti di raccolta per emergenze"
|
|
},
|
|
"description": {
|
|
"en": "This layer contains assembly points and waiting areas where all employees, passengers or a large crowd assemble in case of an emergency.",
|
|
"it": "Questo livello contiene punti di raccolta e aree di attesa in cui tutti i dipendenti, i passeggeri o una grande folla si riuniscono in caso di emergenza."
|
|
},
|
|
"docs": "https://wiki.openstreetmap.org/wiki/Tag:emergency%3Dassembly_point",
|
|
"id": "assembly_point",
|
|
"minzoom": 10,
|
|
"source": {
|
|
"osmTags": {
|
|
"and": [
|
|
"emergency=assembly_point"
|
|
]
|
|
}
|
|
},
|
|
"pointRendering": [
|
|
{
|
|
"iconSize": "20,20",
|
|
"location": [
|
|
"point",
|
|
"centroid"
|
|
],
|
|
"anchor": "bottom",
|
|
"marker": [
|
|
{
|
|
"icon": "./assets/layers/assembly_point/assembly_point.svg"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"presets": [
|
|
{
|
|
"title": {
|
|
"en": "an assembly point",
|
|
"it": "un punto di raccolta"
|
|
},
|
|
"tags": [
|
|
"emergency=assembly_point"
|
|
]
|
|
}
|
|
],
|
|
"title": {
|
|
"render": {
|
|
"en": "Assembly point during emergencies"
|
|
}
|
|
},
|
|
"tagRenderings": [
|
|
"images",
|
|
{
|
|
"id": "assembly_point_name",
|
|
"freeform": {
|
|
"key": "name"
|
|
},
|
|
"question": {
|
|
"en": "What is the name of this assembly point?",
|
|
"it": "Qual è il nome di questo punto di raccolta?"
|
|
},
|
|
"render": {
|
|
"en": "This assembly point is named <b>{name}</b>",
|
|
"it": "Questo punto di raccolta si chiama <b>{name}</b>"
|
|
}
|
|
},
|
|
{
|
|
"id": "assembly_point_operator",
|
|
"render": {
|
|
"en": "This assembly point is operated by <b>{operator}</b>",
|
|
"it": "Questo punto di raccolta è gestita da <b>{operator}</b>"
|
|
},
|
|
"question": {
|
|
"en": "What organization operates this assembly point?",
|
|
"it": "Quale organizzazione gestisce questo punto di raccolta?"
|
|
},
|
|
"freeform": {
|
|
"key": "operator",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "disaster_type",
|
|
"question": {
|
|
"en": "For which disaster type is this assembly point meant?",
|
|
"it": "Per quali tipi di disastro è pensato questo punto di raccolta?"
|
|
},
|
|
"multiAnswer": true,
|
|
"mappings": [
|
|
{
|
|
"if": "assembly_point:earthquake=yes",
|
|
"ifnot": "assembly_point:earthquake=",
|
|
"then": {
|
|
"en": "Earthquake",
|
|
"it": "Terremoto"
|
|
},
|
|
"icon": {
|
|
"path": "./assets/layers/assembly_point/earthquake.svg",
|
|
"class": "medium"
|
|
}
|
|
},
|
|
{
|
|
"if": "assembly_point:flood=yes",
|
|
"ifnot": "assembly_point:flood=",
|
|
"then": {
|
|
"en": "Flood",
|
|
"it": "Alluvione"
|
|
},
|
|
"icon": {
|
|
"path": "./assets/layers/assembly_point/flood.svg",
|
|
"class": "medium"
|
|
}
|
|
},
|
|
{
|
|
"if": "assembly_point:fire=yes",
|
|
"ifnot": "assembly_point:fire=",
|
|
"then": {
|
|
"en": "Fire",
|
|
"it": "Incendio"
|
|
},
|
|
"icon": {
|
|
"path": "./assets/layers/assembly_point/fire.svg",
|
|
"class": "medium"
|
|
}
|
|
},
|
|
{
|
|
"if": "assembly_point:landslide=yes",
|
|
"ifnot": "assembly_point:landslide=",
|
|
"then": {
|
|
"en": "Landslide",
|
|
"it": "Frana"
|
|
},
|
|
"icon": {
|
|
"path": "./assets/layers/assembly_point/landslide.svg",
|
|
"class": "medium"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|