forked from MapComplete/MapComplete
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",
|
"id": "food-category",
|
||||||
"options": [
|
"options": [
|
||||||
{
|
{
|
||||||
"question": {
|
"question": {
|
||||||
"en": "All categories"
|
"en": "All categories"
|
||||||
}},
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
{
|
{
|
||||||
"question": {
|
"question": {
|
||||||
"en"; "Only fastfood buisinesses"
|
"en": "Only fastfood buisinesses"
|
||||||
},
|
},
|
||||||
"osmTags": "amenity=fast_food" }
|
"osmTags": "amenity=fast_food"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"question": {
|
"question": {
|
||||||
"en": "Only restaurants"
|
"en": "Only restaurants"
|
||||||
},
|
},
|
||||||
"osmTags": "amenity=restaurant" }
|
"osmTags": "amenity=restaurant"
|
||||||
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"id": "vegetarian",
|
"id": "vegetarian",
|
||||||
"options": [
|
"options": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue