Update food.json: add filter per category

This commit is contained in:
Pieter Vander Vennet 2023-07-29 21:53:09 +02:00 committed by GitHub
parent e1f135675f
commit 2594e75535
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -961,6 +961,33 @@
}
]
},
{
"id": "food-category",
"options": [
{
"question": {
"en": "All categories"
}},
{
"question": {
"en"; "Only fastfood buisinesses"
},
"osmTags": "amenity=fast_food" }
{
"question": {
"en": "Only restaurants"
},
"osmTags": "amenity=restaurant" }
]
},
{
"id": "vegetarian",
"options": [