Standalone assembly_point layer

This commit is contained in:
Daniele Santini 2024-02-10 13:56:30 +01:00
parent a070b798c8
commit a86cf5db49
21 changed files with 298 additions and 180 deletions

View file

@ -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": {

View file

@ -142,6 +142,32 @@
"render": "Opera darte"
}
},
"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",

View file

@ -631,6 +631,10 @@
"description": "The goal of this map is to present cyclists with an easy-to-use solution to find the appropriate infrastructure for their needs.<br><br>You can track your precise location (mobile only) and select layers that are relevant for you in the bottom left corner. You can also use this tool to add or edit pins (points of interest) to the map and provide more data by answering the questions.<br><br>All changes you make will automatically be saved in the global database of OpenStreetMap and can be freely re-used by others.<br><br>For more information about the cyclofix project, go to <a href='https://cyclofix.osm.be/'>cyclofix.osm.be</a>.",
"title": "Cyclofix - a map for cyclists"
},
"disaster_response": {
"description": "This theme contains elements meant for disaster risk reduction and response.",
"title": "Disaster response"
},
"drinking_water": {
"description": "On this map, publicly accessible drinking water spots are shown and can be easily added",
"title": "Drinking Water"

View file

@ -401,6 +401,10 @@
"description": "Questa mappa offre a chi va in bici una soluzione semplice per trovare tutte le infrastrutture di cui ha bisogno.<br><br>Puoi tracciare la tua posizione esatta (solo su mobile) e selezionare i livelli che ti interessano nell'angolo in basso a sinistra. Puoi anche usare questo strumento per aggiungere o modificare punti di interesse alla mappa e aggiungere nuove informazioni rispendendo alle domande.<br><br>Tutte le modifiche che apporterai saranno automaticamente salvate nel database mondiale di OpenStreetMap e potranno essere liberamente riutilizzate da tutti e tutte.<br><br>Per maggiori informazioni sul progetto ciclofix, visita <a href='https://cyclofix.osm.be/'>cyclofix.osm.be</a>.",
"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.",
"title": "Risposta ai disastri"
},
"drinking_water": {
"description": "Questa mappa mostra tutti i luoghi in cui è disponibile acqua potabile ed è possibile aggiungerne di nuovi",
"title": "Acqua potabile"