File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
app/src/main/java/de/westnordost/streetcomplete/quests/diet_type Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ class AddVegan : OsmFilterQuestType<DietAvailabilityAnswer>() {
2121 (
2222 amenity ~ restaurant|cafe|fast_food|food_court and food != no
2323 or amenity ~ pub|nightclub|biergarten|bar and food = yes
24+ or tourism ~ alpine_hut and food != no
2425 )
2526 )
2627 and (
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ class AddVegetarian : OsmFilterQuestType<DietAvailabilityAnswer>() {
1818 (
1919 amenity ~ restaurant|cafe|fast_food|food_court and food != no
2020 or amenity ~ pub|nightclub|biergarten|bar and food = yes
21+ or tourism ~ alpine_hut and food != no
2122 )
2223 and diet:vegan != only and (
2324 !diet:vegetarian
You can’t perform that action at this time.
0 commit comments