Merge pull request #964 from pietervdvn/feature/pharmacy

added filters
This commit is contained in:
Pieter Vander Vennet 2022-07-19 09:12:20 +02:00 committed by GitHub
commit 7a6ff01c01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,5 +68,29 @@
"centroid"
]
}
]
],
"filter": [
{
"id": "drive-through",
"options": [
{
"question": {
"en": "Has drive through"
},
"osmTags": "drive_through=yes"
}
]
},
{
"id": "dispensing",
"options": [
{
"question": {
"en": "Pharmacy able to provide prescription drugs"
},
"osmTags": "dispensing=yes"
}
]
}
],
}