OSM2World icon indicating copy to clipboard operation
OSM2World copied to clipboard

domed roof not respecting min_height

Open RedAuburn opened this issue 1 year ago • 1 comments

Screenshot 2022-12-31 at 02 17 55

https://www.openstreetmap.org/way/43649840

for some reason, the domed roof is ignoring min_height.

The building should look like this: Greenwich_Foot_Tunnel_Entrance,Greenwich_Pier-geograph org uk-_1944751 (from commons/geograph)

RedAuburn avatar Dec 31 '22 02:12 RedAuburn

Ok, there are two issues with OSM2World's behavior here:

First, this code for guessing the height of a domed roof in the absence of roof:height has no upper limit. It should clearly be limited to be at most the total height of the building part.

Second, OSM2World could probably just assume that roof:height equals the total building part height if the part is tagged building:part=roof.

Marking this as a bug. In the meantime, explicitly tagging roof:height=5 m would avoid the issue (if you're looking for a workaround).

tordanik avatar Dec 31 '22 09:12 tordanik