opening hours for vets

This commit is contained in:
Niels Elgaard Larsen 2022-04-25 18:32:02 +02:00
parent 31f9950459
commit deb048053d

View file

@ -184,7 +184,7 @@
"en": "Dog friendly eateries", "en": "Dog friendly eateries",
"da": "Hundevenlige madsteder" "da": "Hundevenlige madsteder"
}, },
"=mapRendering": [ "mapRendering": [
{ {
"location": [ "location": [
"point", "point",
@ -259,7 +259,6 @@
] ]
}, },
"iconSize": "30,30,center" "iconSize": "30,30,center"
}, },
{ {
"#": "Rendering of a line", "#": "Rendering of a line",
@ -267,7 +266,6 @@
"width": 5 "width": 5
} }
], ],
"=presets": [],
"source": { "source": {
"=osmTags": { "=osmTags": {
"and": [ "and": [
@ -335,7 +333,13 @@
"centroid" "centroid"
], ],
"icon": "./assets/themes/dog/Veterinary-First-Aid.svg", "icon": "./assets/themes/dog/Veterinary-First-Aid.svg",
"iconSize": "30,30,center" "iconSize": "30,30,center",
"iconBadges": [
{
"if": "opening_hours~*",
"then": "isOpen"
}
]
}, },
{ {
"color": "#ff0", "color": "#ff0",
@ -346,6 +350,7 @@
"website", "website",
"reviews", "reviews",
"phone", "phone",
"opening_hours",
{ {
"question": { "question": {
"en": "What is the name of this veterinarian?", "en": "What is the name of this veterinarian?",
@ -375,6 +380,20 @@
"override": { "override": {
"minzoom": 19, "minzoom": 19,
"filter": null, "filter": null,
"presets": [
{
"title": {
"en": "dog-friendly shop",
"da": "EN hundevenlig butik"
},
"tags": [
"dog=yes"
],
"description": {
"en": "A shop whery you can bring a dog almost everywhere",
"da": "En butik hvor man kan tage en hund med næsten overalt"
}
}],
"name": null "name": null
} }
} }