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": {
|
"source": {
|
||||||
"osmTags": "amenity=doctors"
|
"osmTags": "amenity=doctors"
|
||||||
},
|
},
|
||||||
"minzoom": 13,
|
"minzoom": 10,
|
||||||
"title": {
|
"title": {
|
||||||
"render": {
|
"render": {
|
||||||
"en": "Doctors Office {name}",
|
"en": "Doctors Office {name}",
|
||||||
|
@ -174,7 +174,8 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"filter": [
|
"filter": [
|
||||||
"open_now"
|
"open_now",
|
||||||
|
"specialty"
|
||||||
],
|
],
|
||||||
"deletion": true,
|
"deletion": true,
|
||||||
"allowMove": true
|
"allowMove": true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue