Currently the DouglasPeuckerSimplifier.simplify(geometry, simplificationTolerance) with 4 dimensions it returns a new geometry simplified but missing the m dimension.
It looks like the issue is happening around this line, when creating a new regular coordinate instead of just copying the original one. Opening a PR soon trying to address it.
Currently the
DouglasPeuckerSimplifier.simplify(geometry, simplificationTolerance)
with 4 dimensions it returns a new geometry simplified but missing them
dimension.It looks like the issue is happening around this line, when creating a new regular coordinate instead of just copying the original one. Opening a PR soon trying to address it.