clarisma / geodesk

Fast and storage-efficient spatial database engine for OpenStreetMap data
https://docs.geodesk.com/java
Apache License 2.0
137 stars 4 forks source link

Don't assemble polygons from purgatory ways #53

Open clarisma opened 2 years ago

clarisma commented 2 years ago

Ways in the purgatory have geometries that are superficially valid (to aid processing by data consumers), but they cannot be assembled as part of a valid polygon. The PolygonBuilder should discard such ways.

The current approach causes problems for JTS like #52.