Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Relevant parts: * Vastly improved overlay operations (intersection, union, etc). This will allow us to use JTS operations (currently using ESRI). + TopologicalExceptions have been mostly eliminated. + Performance is improved. For geometries that intersect in a small fraction of their area, performance is greatly improved. + More accurate in some cases. + https://locationtech.github.io/jts/javadoc/org/locationtech/jts/operation/overlayng/package-summary.html * Fix for `buffer` and `DouglasPeuckerSimplifier`: in some cases, the majority of the polygon would be dropped: + locationtech/jts#655 + locationtech/jts#498 * `WKBWriter` writes empty polygons in a fashion consistent with other libraries/tools. More details: https://github.com/locationtech/jts/releases/tag/jts-1.18.0
- Loading branch information