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
splitByLine function in GeometryUtil produces erroneous results for input geometry that is not WGS84 (for example EPSG:25832) since geometry is transformed to WGS84 before. In particular:
some polygons are missing after split operation
segments of original polygon are transformed twice and therefore they will not be the same as in the original geometry
splitByLine
function inGeometryUtil
produces erroneous results for input geometry that is not WGS84 (for example EPSG:25832) since geometry is transformed to WGS84 before. In particular:jsts would be better alternative here
The text was updated successfully, but these errors were encountered: