You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: