Open Kontinuation opened 1 month ago
Fixes https://github.com/locationtech/jts/issues/733
Please note that we must specify outputDimension = 4 when writing geometries with M dimension, even when the geometry is XYM instead of XYZM. This behavior is the same as WKTWriter.
outputDimension = 4
Fixes https://github.com/locationtech/jts/issues/733
Please note that we must specify
outputDimension = 4
when writing geometries with M dimension, even when the geometry is XYM instead of XYZM. This behavior is the same as WKTWriter.