From a8b73d78b2a9c54ab5e67994587c99bbc97d490f Mon Sep 17 00:00:00 2001 From: Mateusz Konieczny Date: Fri, 8 Oct 2021 15:52:32 +0200 Subject: [PATCH] include bungalow in commercial buildings https://wiki.openstreetmap.org/wiki/Tag:building%3Dbungalow "often intended to be used as a tourist accommodation" actual mapper was looking for such building and was mislead by its entry appearing only in residential section has sad negative side-effect that some people may thing that residential and commercial entry has some distinction and overthink which should be selected --- .../streetcomplete/quests/building_type/BuildingType.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/de/westnordost/streetcomplete/quests/building_type/BuildingType.kt b/app/src/main/java/de/westnordost/streetcomplete/quests/building_type/BuildingType.kt index cc3783d7d2..51843c666f 100644 --- a/app/src/main/java/de/westnordost/streetcomplete/quests/building_type/BuildingType.kt +++ b/app/src/main/java/de/westnordost/streetcomplete/quests/building_type/BuildingType.kt @@ -90,7 +90,7 @@ enum class BuildingTypeCategory(val type: BuildingType?, val subTypes: List