Themes(disaster_response): add defibrillators and logical zoom levels
This commit is contained in:
parent
48644cde67
commit
65fceb9434
1 changed files with 32 additions and 10 deletions
|
@ -17,16 +17,38 @@
|
||||||
"icon": "./assets/themes/disaster_response/CivilDefence.svg",
|
"icon": "./assets/themes/disaster_response/CivilDefence.svg",
|
||||||
"socialImage": "./assets/themes/disaster_response/social.svg",
|
"socialImage": "./assets/themes/disaster_response/social.svg",
|
||||||
"layers": [
|
"layers": [
|
||||||
"hospital",
|
{
|
||||||
"pharmacy",
|
"builtin": [
|
||||||
"doctors",
|
"hospital",
|
||||||
"assembly_point",
|
"fire_station",
|
||||||
"disaster_response",
|
"disaster_response",
|
||||||
"police",
|
"police"
|
||||||
"fire_station",
|
],
|
||||||
"ambulancestation",
|
"override": {
|
||||||
"extinguisher",
|
"minzoom": 6
|
||||||
"hydrant"
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"builtin": [
|
||||||
|
"extinguisher",
|
||||||
|
"assembly_point",
|
||||||
|
"defibrillator",
|
||||||
|
"hydrant"
|
||||||
|
],
|
||||||
|
"override": {
|
||||||
|
"minzoom": 15
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"builtin": [
|
||||||
|
"doctors",
|
||||||
|
"ambulancestation",
|
||||||
|
"pharmacy"
|
||||||
|
],
|
||||||
|
"override": {
|
||||||
|
"minzoom": 14
|
||||||
|
}
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"docs": "https://wiki.openstreetmap.org/wiki/Emergency_facilities_and_amenities"
|
"docs": "https://wiki.openstreetmap.org/wiki/Emergency_facilities_and_amenities"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue