Skip to content

Commit 711bb48

Browse files
committed
add amenity=hookah_lounge to POI quests
1 parent 8c1eea3 commit 711bb48

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/src/androidMain/kotlin/de/westnordost/streetcomplete/quests/opening_hours/AddOpeningHours.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class AddOpeningHours(
4848
"amenity" to arrayOf(
4949
// common
5050
"restaurant", "cafe", "ice_cream", "fast_food", "bar", "pub", "biergarten", // eat & drink
51-
"food_court", "nightclub",
51+
"food_court", "nightclub", "hookah_lounge",
5252
"cinema", "planetarium", "casino", // amenities
5353
"townhall", "courthouse", "embassy", "community_centre", "youth_centre", "library", // civic
5454
"driving_school", "music_school", "prep_school", "language_school", "dive_centre", // learning

app/src/androidMain/kotlin/de/westnordost/streetcomplete/quests/place_name/AddPlaceName.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class AddPlaceName(
3838
"amenity" to arrayOf(
3939
// common
4040
"restaurant", "cafe", "ice_cream", "fast_food", "bar", "pub", "biergarten", // eat & drink
41-
"food_court", "nightclub",
41+
"food_court", "nightclub", "hookah_lounge",
4242
"cinema", "planetarium", "casino", // amenities
4343
"townhall", "courthouse", "embassy", "community_centre", "youth_centre", "library", // civic
4444
"driving_school", "music_school", "prep_school", "language_school", "dive_centre", // learning

app/src/androidMain/kotlin/de/westnordost/streetcomplete/quests/wheelchair_access/AddWheelchairAccessBusiness.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class AddWheelchairAccessBusiness : OsmFilterQuestType<WheelchairAccess>(), Andr
3535
"amenity" to arrayOf(
3636
// common
3737
"restaurant", "cafe", "ice_cream", "fast_food", "bar", "pub", "biergarten", // eat & drink
38-
"food_court", "nightclub",
38+
"food_court", "nightclub", "hookah_lounge",
3939
"cinema", "planetarium", "casino", // amenities
4040
"townhall", "courthouse", "embassy", "community_centre", "youth_centre", "library", // civic
4141
"driving_school", "music_school", "prep_school", "language_school", "dive_centre", // learning

0 commit comments

Comments
 (0)