Add opened_now filter to pharmacy and doctors
This commit is contained in:
parent
34ef6ce40e
commit
d618124d33
3 changed files with 5 additions and 17 deletions
|
@ -162,20 +162,7 @@
|
|||
}
|
||||
],
|
||||
"filter": [
|
||||
{
|
||||
"id": "opened-now",
|
||||
"options": [
|
||||
{
|
||||
"question": {
|
||||
"en": "Opened now",
|
||||
"de": "Jetzt geöffnet",
|
||||
"nl": "Nu geopend",
|
||||
"fr": "Ouvert maintenant"
|
||||
},
|
||||
"osmTags": "_isOpen=yes"
|
||||
}
|
||||
]
|
||||
}
|
||||
"open_now"
|
||||
],
|
||||
"mapRendering": [
|
||||
{
|
||||
|
@ -190,4 +177,4 @@
|
|||
}
|
||||
],
|
||||
"deletion": true
|
||||
}
|
||||
}
|
||||
|
|
|
@ -91,4 +91,4 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -126,6 +126,7 @@
|
|||
}
|
||||
],
|
||||
"filter": [
|
||||
"open_now",
|
||||
{
|
||||
"id": "drive-through",
|
||||
"options": [
|
||||
|
@ -153,4 +154,4 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue