Added name label and opening hours icon/filter
This commit is contained in:
parent
38497c458b
commit
3ba5fb4b88
1 changed files with 53 additions and 23 deletions
|
@ -26,6 +26,22 @@
|
||||||
"minzoom": 13,
|
"minzoom": 13,
|
||||||
"tagRenderings": [
|
"tagRenderings": [
|
||||||
"images",
|
"images",
|
||||||
|
{
|
||||||
|
"id": "name",
|
||||||
|
"freeform": {
|
||||||
|
"key": "name",
|
||||||
|
"type": "string",
|
||||||
|
"placeholder": {
|
||||||
|
"en": "Name of the pharmacy"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"question": {
|
||||||
|
"en": "What is the name of the pharmacy?"
|
||||||
|
},
|
||||||
|
"render": {
|
||||||
|
"en": "This pharmacy is called {name}"
|
||||||
|
}
|
||||||
|
},
|
||||||
"opening_hours",
|
"opening_hours",
|
||||||
"phone",
|
"phone",
|
||||||
"email",
|
"email",
|
||||||
|
@ -66,31 +82,45 @@
|
||||||
"location": [
|
"location": [
|
||||||
"point",
|
"point",
|
||||||
"centroid"
|
"centroid"
|
||||||
]
|
],
|
||||||
|
"iconBadges": [
|
||||||
|
{
|
||||||
|
"if": "opening_hours~*",
|
||||||
|
"then": "isOpen"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"label": {
|
||||||
|
"mappings": [
|
||||||
|
{
|
||||||
|
"if": "name~*",
|
||||||
|
"then": "<div style='background: white; padding: 0.25em; border-radius:0.5em'>{name}</div>"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"filter": [
|
"filter": [
|
||||||
|
{
|
||||||
|
"id": "drive-through",
|
||||||
|
"options": [
|
||||||
{
|
{
|
||||||
"id": "drive-through",
|
"question": {
|
||||||
"options": [
|
"en": "Has drive through"
|
||||||
{
|
},
|
||||||
"question": {
|
"osmTags": "drive_through=yes"
|
||||||
"en": "Has drive through"
|
|
||||||
},
|
|
||||||
"osmTags": "drive_through=yes"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "dispensing",
|
|
||||||
"options": [
|
|
||||||
{
|
|
||||||
"question": {
|
|
||||||
"en": "Pharmacy able to provide prescription drugs"
|
|
||||||
},
|
|
||||||
"osmTags": "dispensing=yes"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "dispensing",
|
||||||
|
"options": [
|
||||||
|
{
|
||||||
|
"question": {
|
||||||
|
"en": "Pharmacy able to provide prescription drugs"
|
||||||
|
},
|
||||||
|
"osmTags": "dispensing=yes"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
Loading…
Reference in a new issue