Beakerboy / OSMBuilding

render an individual OSM building
MIT License
43 stars 5 forks source link

How to manage merging ways with very different meta data? #43

Closed Beakerboy closed 3 months ago

Beakerboy commented 3 months ago

When multiple open ways are included as outer members of a multipolygon, the metadata can either be associated with the ways or in the parent multipolygon. If, say, 2 ways each have different colour tags, the multipolygon should honor those setting unless overridden.

This may require rendering open ways individually, or assigning different material characteristics to different faces of the completed geometry.