Add medical shops to healthcare theme

This commit is contained in:
Pieter Vander Vennet 2023-02-08 00:13:28 +01:00
parent 3631896c02
commit 71c815d37d

View file

@ -31,6 +31,65 @@
"physiotherapist",
"dentist",
"hospital",
"pharmacy"
"pharmacy",
{
"builtin": "shops",
"override": {
"id": "medical-shops",
"minzoom": 13,
"=filters": [
"open_now",
"accepts_cash",
"accepts_cards"
],
"=presets": [
{
"title": {
"en": "a medical supply shop"
},
"tags": [
"shop=medical_supply"
]
},
{
"title": {
"en": "a hearing aids shop"
},
"tags": [
"shop=hearing_aids"
]
},
{
"title": {
"en": "an optician"
},
"tags": [
"shop=optician"
]
}
],
"source": {
"osmTags": {
"and+": [
{
"or": [
"shop=medical_supply",
"shop=hearing_aids",
"shop=optician"
]
}
]
}
}
}
},
{
"builtin": "shops",
"=presets": [],
"=name": null,
"override": {
"minzoom": 19
}
}
]
}
}