Skip to content

Commit 75bd5be

Browse files
paulkliewestnordost
authored andcommitted
expanded quests to public baths
1 parent 20687ff commit 75bd5be

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ mapOf(
5858

5959
// name & opening hours
6060
"boat_rental", "vehicle_inspection", "motorcycle_rental", "crematorium",
61+
"public_bath",
6162

6263
// not ATM because too often it's simply 24/7 and too often it is confused with
6364
// a bank that might be just next door because the app does not tell the user what

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ class AddPlaceName(
5454

5555
// name & opening hours
5656
"boat_rental", "vehicle_inspection", "motorcycle_rental", "crematorium",
57+
"public_bath",
5758

5859
// name & wheelchair
5960
"theatre", // culture

0 commit comments

Comments
 (0)