Skip to content

Commit 3125dce

Browse files
authored
add tourism=alpine_hut in vegetarian and vegan quest (#6200)
* add tourism=alpine_hut in AddVegetarian.kt * add tourism=alpine_hut in AddVegan.kt
1 parent 56581b2 commit 3125dce

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/src/main/java/de/westnordost/streetcomplete/quests/diet_type/AddVegan.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 (

app/src/main/java/de/westnordost/streetcomplete/quests/diet_type/AddVegetarian.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)