forked from MapComplete/MapComplete
Standalone disaster_response layer
This commit is contained in:
parent
2a3e8a716c
commit
042b10a8b9
14 changed files with 168 additions and 125 deletions
|
@ -484,7 +484,21 @@
|
|||
}
|
||||
},
|
||||
"assembly_point": {
|
||||
"description": "This layer contains assembly points and waiting areas where all employees, passengers or a large crowd assemble in case of an emergency.",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "an assembly point"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"assembly_point_name": {
|
||||
"question": "What is the name of this assembly point?",
|
||||
"render": "This assembly point is named <b>{name}</b>"
|
||||
},
|
||||
"assembly_point_operator": {
|
||||
"question": "What organization operates this assembly point?",
|
||||
"render": "This assembly point is operated by <b>{operator}</b>"
|
||||
},
|
||||
"disaster_type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -501,10 +515,6 @@
|
|||
}
|
||||
},
|
||||
"question": "For which disaster type is this assembly point meant?"
|
||||
},
|
||||
"operator": {
|
||||
"question": "What organization operates this assembly point?",
|
||||
"render": "This assembly point is operated by {operator}"
|
||||
}
|
||||
},
|
||||
"title": "Emergency assembly points"
|
||||
|
@ -3753,6 +3763,21 @@
|
|||
"description": "This layer visualizes directions",
|
||||
"name": "Direction visualization"
|
||||
},
|
||||
"disaster_response": {
|
||||
"description": "This layer contains organizations that have the main objective to help the civil population during and after natural or anthropogenic disasters by working in the affected area.",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "a disaster response organization"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"disaster_response_name": {
|
||||
"question": "What is the name of this organization?",
|
||||
"render": "This organization is named <b>{name}</b>"
|
||||
}
|
||||
},
|
||||
"title": "Disaster response organization"
|
||||
},
|
||||
"doctors": {
|
||||
"description": "This layer shows doctor offices",
|
||||
"name": "Doctors",
|
||||
|
|
|
@ -143,7 +143,21 @@
|
|||
}
|
||||
},
|
||||
"assembly_point": {
|
||||
"description": "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.",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "un punto di raccolta"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"assembly_point_name": {
|
||||
"question": "Qual è il nome di questo punto di raccolta?",
|
||||
"render": "Questo punto di raccolta si chiama <b>{name}</b>"
|
||||
},
|
||||
"assembly_point_operator": {
|
||||
"question": "Quale organizzazione gestisce questo punto di raccolta?",
|
||||
"render": "Questo punto di raccolta è gestita da <b>{operator}</b>"
|
||||
},
|
||||
"disaster_type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -159,14 +173,10 @@
|
|||
"then": "Frana"
|
||||
}
|
||||
},
|
||||
"question": "Per quali tipi di disastro è pensata questa area di attesa?"
|
||||
},
|
||||
"operator": {
|
||||
"question": "Quale organizzazione gestisce questa area di attesa?",
|
||||
"render": "Questa area di attesa è gestita da {operator}"
|
||||
"question": "Per quali tipi di disastro è pensato questo punto di raccolta?"
|
||||
}
|
||||
},
|
||||
"title": "Aree di attesa per emergenze"
|
||||
"title": "Punti di raccolta per emergenze"
|
||||
},
|
||||
"atm": {
|
||||
"description": "Sportello Bancomat per prelevare denaro",
|
||||
|
@ -1305,6 +1315,21 @@
|
|||
"description": "Questo livello visualizza le direzioni",
|
||||
"name": "Visualizzazione della direzione"
|
||||
},
|
||||
"disaster_response": {
|
||||
"description": "Questo livello contiene organizzazioni che hanno come obiettivo principale quello di aiutare la popolazione civile durante e dopo disastri naturali o antropogenici, lavorando nell'area colpita.",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "un'organizzazione per la risposta ai disastri"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"disaster_response_name": {
|
||||
"question": "Qual è il nome di questa organizzazione?",
|
||||
"render": "Questa organizzazione si chiama <b>{name}</b>"
|
||||
}
|
||||
},
|
||||
"title": "Organizzazione per la risposta ai disastri"
|
||||
},
|
||||
"drinking_water": {
|
||||
"name": "Acqua potabile",
|
||||
"presets": {
|
||||
|
|
|
@ -632,7 +632,7 @@
|
|||
"title": "Cyclofix - a map for cyclists"
|
||||
},
|
||||
"disaster_response": {
|
||||
"description": "This theme contains elements meant for disaster risk reduction and response.",
|
||||
"description": "This map contains elements meant for disaster preparedness and response.",
|
||||
"title": "Disaster response"
|
||||
},
|
||||
"drinking_water": {
|
||||
|
|
|
@ -402,7 +402,7 @@
|
|||
"title": "Cyclofix - una mappa libera per chi va in bici"
|
||||
},
|
||||
"disaster_response": {
|
||||
"description": "Questo tema contiene elementi pensati per la riduzione del rischio e per la risposta ai disastri.",
|
||||
"description": "Questa mappa contiene elementi pensati per la preparazione e risposta ai disastri.",
|
||||
"title": "Risposta ai disastri"
|
||||
},
|
||||
"drinking_water": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue