forked from MapComplete/MapComplete
Standalone assembly_point layer
This commit is contained in:
parent
a070b798c8
commit
a86cf5db49
21 changed files with 298 additions and 180 deletions
|
@ -483,6 +483,32 @@
|
|||
"render": "Artwork"
|
||||
}
|
||||
},
|
||||
"assembly_point": {
|
||||
"tagRenderings": {
|
||||
"disaster_type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Earthquake"
|
||||
},
|
||||
"1": {
|
||||
"then": "Flood"
|
||||
},
|
||||
"2": {
|
||||
"then": "Fire"
|
||||
},
|
||||
"3": {
|
||||
"then": "Landslide"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"atm": {
|
||||
"description": "ATMs to withdraw money",
|
||||
"filter": {
|
||||
|
|
|
@ -142,6 +142,32 @@
|
|||
"render": "Opera d’arte"
|
||||
}
|
||||
},
|
||||
"assembly_point": {
|
||||
"tagRenderings": {
|
||||
"disaster_type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Terremoto"
|
||||
},
|
||||
"1": {
|
||||
"then": "Alluvione"
|
||||
},
|
||||
"2": {
|
||||
"then": "Incendio"
|
||||
},
|
||||
"3": {
|
||||
"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}"
|
||||
}
|
||||
},
|
||||
"title": "Aree di attesa per emergenze"
|
||||
},
|
||||
"atm": {
|
||||
"description": "Sportello Bancomat per prelevare denaro",
|
||||
"name": "Sportelli Bancomat",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue