MapComplete/assets/themes/disaster_response/disaster_response.json

124 lines
3.7 KiB
JSON
Raw Normal View History

2024-02-10 12:27:03 +01:00
{
"description": {
2024-02-10 15:06:39 +01:00
"en": "This map contains elements meant for disaster preparedness and response.",
"it": "Questa mappa contiene elementi pensati per la preparazione e risposta ai disastri."
2024-02-10 12:27:03 +01:00
},
2024-02-10 13:56:30 +01:00
"docs": "https://wiki.openstreetmap.org/wiki/Emergency_facilities_and_amenities",
2024-02-10 12:27:03 +01:00
"icon": "./assets/themes/disaster_response/CivilDefence.svg",
"id": "disaster_response",
"socialImage": "./assets/themes/disaster_response/social.jpg",
"title": {
"en": "Disaster response",
"it": "Risposta ai disastri"
},
"layers": [
"hospital",
2024-02-10 13:56:30 +01:00
"assembly_point",
2024-02-10 12:27:03 +01:00
{
"id": "disaster_response",
"title": "Disaster response",
2024-02-10 15:06:39 +01:00
"description": {
"en": "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.",
"it": "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."
},
2024-02-10 13:56:30 +01:00
"docs": "https://wiki.openstreetmap.org/wiki/Tag:emergency%3Ddisaster_response",
2024-02-10 12:27:03 +01:00
"source": {
"osmTags": {
"and": [
"emergency=disaster_response"
]
}
},
"minzoom": 10,
"lineRendering": [
{
"color": "#6BC4F7",
"width": 3
}
],
"pointRendering": [
{
"iconSize": "40,40",
"location": [
"point",
"centroid"
],
"anchor": "bottom",
"marker": [
{
"icon": "./assets/themes/disaster_response/CivilDefence.svg"
}
]
}
],
"tagRenderings": [
"images",
2024-02-10 15:06:39 +01:00
"website",
{
"id": "disaster_response_name",
"freeform": {
"key": "name"
},
"question": {
"en": "What is the name of this organization?",
"it": "Qual è il nome di questa organizzazione?"
},
"render": {
"en": "This organization is named <b>{name}</b>",
"it": "Questa organizzazione si chiama <b>{name}</b>"
}
}
2024-02-10 12:27:03 +01:00
]
},
{
"id": "ses_station",
"title": "SES station",
2024-02-10 15:06:39 +01:00
"description": {
"en": "This layer contains stations of State Emergency Service (an Australian volunteer organization) mapped using a DEPRECATED tagging scheme.",
"it": "Questo livello contiene stazioni del State Emergency Service (un'organizzazione australiana di volontari) mappate utilizzando uno schema di tagging DEPRECATO."
},
2024-02-10 13:56:30 +01:00
"docs": "https://wiki.openstreetmap.org/wiki/Tag%3Aemergency%3Dses_station",
2024-02-10 12:27:03 +01:00
"source": {
"osmTags": {
"and": [
"emergency=ses_station"
]
}
},
"minzoom": 10,
"pointRendering": [
{
"iconSize": "40,40",
"location": [
"point",
"centroid"
],
"anchor": "bottom",
"marker": [
{
"icon": "./assets/themes/disaster_response/CivilDefence.svg"
}
]
}
],
"tagRenderings": [
"images",
2024-02-10 15:06:39 +01:00
"website",
{
"id": "ses_station_name",
"freeform": {
"key": "name"
},
"question": {
"en": "What is the name of this organization?",
"it": "Qual è il nome di questa organizzazione?"
},
"render": {
"en": "This organization is named <b>{name}</b>",
"it": "Questa organizzazione si chiama <b>{name}</b>"
}
}
2024-02-10 12:27:03 +01:00
]
}
]
}