You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the get_space_types_from_building_type from OsLib_ModelGeneration to determine typical space ratios.
I have noticed that in the SecondarySchool and PrimarySchool building types (I haven't checked them all), multiple space types are set as default. For example here
I am using the
get_space_types_from_building_type
fromOsLib_ModelGeneration
to determine typical space ratios.I have noticed that in the SecondarySchool and PrimarySchool building types (I haven't checked them all), multiple space types are set as default. For example here
both ClassRoom and ComputerRoom have
default
set to true. The same happens for PrimarySchool.Is this a bug or have I misunderstood the meaning of the
default
key?I have tested and the second space type set to true is the one that is assigned to every space.
The text was updated successfully, but these errors were encountered: