Skip to content

Commit fddb611

Browse files
committed
Put bungalow also to commercial buildings
Make things less confusing when marking bungalows which are commercial buildings (rentable buildings, either standalone or in a larger tourist complex). I was able to find them but mostly because I remembered that they were definitely somewhere and started checking all categories. Random user may be more likely to give up or be confused. (admittedly there is also risk of users being confused and thinking there is difference between bungalow entry in residential category and one now in commercial category)
1 parent 0435965 commit fddb611

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/de/westnordost/streetcomplete/osm/building/BuildingTypeCategory.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ enum class BuildingTypeCategory(val type: BuildingType?, val subTypes: List<Buil
1111
COMMERCIAL(
1212
BuildingType.COMMERCIAL, listOf(
1313
OFFICE, RETAIL, KIOSK, INDUSTRIAL, WAREHOUSE, HOTEL, STORAGE_TANK, PARKING, HANGAR,
14+
BUNGALOW,
1415
)),
1516
CIVIC(
1617
BuildingType.CIVIC, listOf(

0 commit comments

Comments
 (0)