forked from MapComplete/MapComplete
Themes: enable 'speciality'-filter in doctors, decrease minzoom
This commit is contained in:
parent
c25b44dd6f
commit
4090a74932
1 changed files with 3 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
"source": {
|
||||
"osmTags": "amenity=doctors"
|
||||
},
|
||||
"minzoom": 13,
|
||||
"minzoom": 10,
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "Doctors Office {name}",
|
||||
|
@ -174,7 +174,8 @@
|
|||
}
|
||||
],
|
||||
"filter": [
|
||||
"open_now"
|
||||
"open_now",
|
||||
"specialty"
|
||||
],
|
||||
"deletion": true,
|
||||
"allowMove": true
|
||||
|
|
Loading…
Reference in a new issue