Skip to content

Commit

Permalink
include bungalow in commercial buildings
Browse files Browse the repository at this point in the history
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
  • Loading branch information
matkoniecz committed Oct 8, 2021
1 parent db4a862 commit a8b73d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ enum class BuildingTypeCategory(val type: BuildingType?, val subTypes: List<Buil
STATIC_CARAVAN, DORMITORY
)),
COMMERCIAL(BuildingType.COMMERCIAL, listOf(
OFFICE, INDUSTRIAL, RETAIL, WAREHOUSE, KIOSK, HOTEL, STORAGE_TANK, BRIDGE
OFFICE, INDUSTRIAL, RETAIL, WAREHOUSE, KIOSK, HOTEL, STORAGE_TANK, BUNGALOW, BRIDGE
)),
CIVIC(BuildingType.CIVIC, listOf(
SCHOOL, UNIVERSITY, HOSPITAL, KINDERGARTEN, SPORTS_CENTRE, TRAIN_STATION, TRANSPORTATION,
Expand Down

0 comments on commit a8b73d7

Please sign in to comment.