mapcomplete/assets/themes/disaster_response/disaster_response.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

98 lines
2.7 KiB
JSON
Raw Normal View History

2024-02-10 12:27:03 +01:00
{
"description": {
"en": "This theme contains elements meant for disaster risk reduction and response.",
"it": "Questo tema contiene elementi pensati per la riduzione del rischio e per la risposta ai disastri."
},
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",
"description": "This layer contains organizations that has the main objective to help the civil population during and after natural or anthropogenic disasters by working in the affected area",
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": "pin",
"color": "#6BC4F7"
},
{
"icon": "./assets/themes/disaster_response/CivilDefence.svg"
}
]
}
],
"tagRenderings": [
"images",
"website"
]
},
{
"id": "ses_station",
"title": "SES station",
"description": "This layer contains stations of State Emergency Service (SES), an Australian volunteer organisation that provides emergency help during and after declared (natural or otherwise) disasters.",
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": "pin",
"color": "#6BC4F7"
},
{
"icon": "./assets/themes/disaster_response/CivilDefence.svg"
}
]
}
],
"tagRenderings": [
"images",
"website"
]
}
]
}