Update food.json: add filter per category
This commit is contained in:
parent
e1f135675f
commit
2594e75535
1 changed files with 27 additions and 0 deletions
|
@ -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": [
|
||||
|
|
Loading…
Reference in a new issue