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",
|
||||
"socialImage": "./assets/themes/disaster_response/social.svg",
|
||||
"layers": [
|
||||
"hospital",
|
||||
"pharmacy",
|
||||
"doctors",
|
||||
"assembly_point",
|
||||
"disaster_response",
|
||||
"police",
|
||||
"fire_station",
|
||||
"ambulancestation",
|
||||
"extinguisher",
|
||||
"hydrant"
|
||||
{
|
||||
"builtin": [
|
||||
"hospital",
|
||||
"fire_station",
|
||||
"disaster_response",
|
||||
"police"
|
||||
],
|
||||
"override": {
|
||||
"minzoom": 6
|
||||
}
|
||||
},
|
||||
{
|
||||
"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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue