Standalone disaster_response layer
This commit is contained in:
parent
2a3e8a716c
commit
042b10a8b9
14 changed files with 168 additions and 125 deletions
|
@ -6,7 +6,7 @@
|
|||
"docs": "https://wiki.openstreetmap.org/wiki/Emergency_facilities_and_amenities",
|
||||
"icon": "./assets/themes/disaster_response/CivilDefence.svg",
|
||||
"id": "disaster_response",
|
||||
"socialImage": "./assets/themes/disaster_response/social.jpg",
|
||||
"socialImage": "./assets/themes/disaster_response/social.svg",
|
||||
"title": {
|
||||
"en": "Disaster response",
|
||||
"it": "Risposta ai disastri"
|
||||
|
@ -14,111 +14,6 @@
|
|||
"layers": [
|
||||
"hospital",
|
||||
"assembly_point",
|
||||
{
|
||||
"id": "disaster_response",
|
||||
"title": "Disaster response",
|
||||
"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."
|
||||
},
|
||||
"docs": "https://wiki.openstreetmap.org/wiki/Tag:emergency%3Ddisaster_response",
|
||||
"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",
|
||||
"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>"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "ses_station",
|
||||
"title": "SES station",
|
||||
"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."
|
||||
},
|
||||
"docs": "https://wiki.openstreetmap.org/wiki/Tag%3Aemergency%3Dses_station",
|
||||
"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",
|
||||
"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>"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
"disaster_response"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue