Add medical shops to healthcare theme
This commit is contained in:
parent
3631896c02
commit
71c815d37d
1 changed files with 61 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue