Add opened_now filter to pharmacy and doctors

This commit is contained in:
pietervdvn 2022-09-19 13:38:13 +02:00
parent 34ef6ce40e
commit d618124d33
3 changed files with 5 additions and 17 deletions

View file

@ -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
}
}

View file

@ -91,4 +91,4 @@
]
}
]
}
}

View file

@ -126,6 +126,7 @@
}
],
"filter": [
"open_now",
{
"id": "drive-through",
"options": [
@ -153,4 +154,4 @@
]
}
]
}
}