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
When rendering certain roof types, such as gabled or skillion, a partial segment of wall is rendered with that shape, e.g. the triangular wall sements for a gabled roof, or a wedge shape for skillion. It also renders a face along the bottom of the object.
There are certain situations where it would be nice to be able to render the roof without this wall or bottom face, to reflect the appearance of the actual object. For example:
roof:shape=gabled:
roof:shape=skillion:
roof:shape=skillion (to the left):
These shapes can be approximated in streets.gl already (despite having the partial wall face), but having the ability to control this would allow for more accurate rendering of objects. e.g. F4maps currently does not render any side walls if tagged as building:part=roof, which allows this veranda to be modelled.
Possible existing tags that could be used to guess author intent include:
building:part=roof. (vs. mapping as building:part=yes and including data for roof:shape and roof:height)
wall=no
Note: There are example of situations where the wall face should be rendered, so any change should take this into consideration.
The text was updated successfully, but these errors were encountered:
If I'm reading the Wikipedia article correctly, the former should represent only the triangular shape in the roof, using in the same material as the roof (so this would match the situation you illustrated above), whereas the latter would represent the entire wall extending upwards in a triangular shape to meet the roof, i.e. the triangle bit has the same material as the wall.
When rendering certain roof types, such as gabled or skillion, a partial segment of wall is rendered with that shape, e.g. the triangular wall sements for a gabled roof, or a wedge shape for skillion. It also renders a face along the bottom of the object.
There are certain situations where it would be nice to be able to render the roof without this wall or bottom face, to reflect the appearance of the actual object. For example:
roof:shape=gabled:
roof:shape=skillion:
roof:shape=skillion (to the left):
These shapes can be approximated in streets.gl already (despite having the partial wall face), but having the ability to control this would allow for more accurate rendering of objects. e.g. F4maps currently does not render any side walls if tagged as building:part=roof, which allows this veranda to be modelled.
Possible existing tags that could be used to guess author intent include:
Note: There are example of situations where the wall face should be rendered, so any change should take this into consideration.
The text was updated successfully, but these errors were encountered: