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
building:part=balcony is a building element that is common in apartment buildings and tower blocks. Currently, building:part=balcony renders as a solid block, as if it was building:part=yes.
I think that preliminary support can be achieved by rendering it as a half-height block like building:part=yes, but with a floor instead of a roof.
The pattern should be repeated for each level it applies to, by looking up building:levels=* and/or building:min_level=*.
The resulting array is then stretched vertically according to height=* and/or min_height=*.
The colour and material scheme is the same as building:part=yes.
The text was updated successfully, but these errors were encountered:
building:part=balcony
is a building element that is common in apartment buildings and tower blocks. Currently,building:part=balcony
renders as a solid block, as if it wasbuilding:part=yes
.I think that preliminary support can be achieved by rendering it as a half-height block like
building:part=yes
, but with a floor instead of a roof.The pattern should be repeated for each level it applies to, by looking up
building:levels=*
and/orbuilding:min_level=*
.The resulting array is then stretched vertically according to
height=*
and/ormin_height=*
.The colour and material scheme is the same as
building:part=yes
.The text was updated successfully, but these errors were encountered: