Fix: typo in filter
This commit is contained in:
parent
2594e75535
commit
366577f70b
1 changed files with 10 additions and 15 deletions
|
@ -961,33 +961,28 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"id": "food-category",
|
||||
"options": [
|
||||
{
|
||||
"question": {
|
||||
"en": "All categories"
|
||||
}},
|
||||
|
||||
|
||||
|
||||
}
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en"; "Only fastfood buisinesses"
|
||||
},
|
||||
"osmTags": "amenity=fast_food" }
|
||||
|
||||
{
|
||||
"en": "Only fastfood buisinesses"
|
||||
},
|
||||
"osmTags": "amenity=fast_food"
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "Only restaurants"
|
||||
},
|
||||
"osmTags": "amenity=restaurant" }
|
||||
|
||||
|
||||
},
|
||||
"osmTags": "amenity=restaurant"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"id": "vegetarian",
|
||||
"options": [
|
||||
|
|
Loading…
Reference in a new issue