Skip to content
Commit 93784bec authored by Volker Krause's avatar Volker Krause
Browse files

Fix geometry reassembly when we get both lines and areas for the same way

This can happen when a way-like element is also used in an area context,
e.g. as part of a multipolygon relation. The Marble tile generator in this
case duplicates the element, with one being clipped as a line and the other
one clipped as a polygon.

Attempting to merge lines and areas is futile and previously resulted in
an error with most parts being discarded. Now we only discard the way-like
bits, which allows us to reassemble the full geometry.
parent 3bc40d15
Pipeline #159776 passed with stages
in 3 minutes and 4 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment