jts icon indicating copy to clipboard operation
jts copied to clipboard

Use GeometryFixer in DouglasPeuckerSimplifier

Open FObermaier opened this issue 2 years ago • 1 comments

In the following piece of code the old buffer(0)-trick is still used:

https://github.com/locationtech/jts/blob/30280d0c00fc388672579eaa2e2616a6d0cb48bb/modules/core/src/main/java/org/locationtech/jts/simplify/DouglasPeuckerSimplifier.java#L204-L211

This came up in NTS #612

FObermaier avatar Jun 09 '22 07:06 FObermaier

And here: https://github.com/locationtech/jts/blob/5ca5e487167465651f952319507079d8822af8e3/modules/core/src/main/java/org/locationtech/jts/densify/Densifier.java#L196-L200

FObermaier avatar Oct 10 '22 13:10 FObermaier