forked from MapComplete/MapComplete
Merge branch 'develop'
This commit is contained in:
commit
c77325a557
26 changed files with 583 additions and 365 deletions
|
@ -17,9 +17,38 @@
|
|||
"icon": "./assets/themes/disaster_response/CivilDefence.svg",
|
||||
"socialImage": "./assets/themes/disaster_response/social.svg",
|
||||
"layers": [
|
||||
"hospital",
|
||||
"assembly_point",
|
||||
"disaster_response"
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -59,7 +59,8 @@
|
|||
"override": {
|
||||
"minzoom": 12
|
||||
}
|
||||
}
|
||||
},
|
||||
"police"
|
||||
],
|
||||
"enableMorePrivacy": true
|
||||
}
|
||||
|
|
|
@ -683,8 +683,8 @@
|
|||
}
|
||||
],
|
||||
"allowMove": {
|
||||
"enableImproveAccuraccy": true,
|
||||
"enableRelocation": false
|
||||
"enableRelocation": false,
|
||||
"enableImproveAccuracy": true
|
||||
}
|
||||
},
|
||||
"named_streets"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue