Closed dr-jts closed 1 month ago
In some cases ConvexHull was modifying the input coordinate array by sorting it. This could happen on large nearly-linear geometries.
ConvexHull
This fixes the issue by ensuring the sort is always done on a newly-allocated array.
Reported in #1082.
In some cases
ConvexHull
was modifying the input coordinate array by sorting it. This could happen on large nearly-linear geometries.This fixes the issue by ensuring the sort is always done on a newly-allocated array.
Reported in #1082.