Themes: enable 'speciality'-filter in doctors, decrease minzoom

This commit is contained in:
Pieter Vander Vennet 2024-07-23 18:44:41 +02:00
parent c25b44dd6f
commit 4090a74932

View file

@ -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