Releases: NetTopologySuite/NetTopologySuite.IO.SqlServerBytes
Releases · NetTopologySuite/NetTopologySuite.IO.SqlServerBytes
v2.1.0
Add and wire CheckZMFilter in SqlSeverBytesWriter (#24) The filter checks if a geometry can carry z- and/or m-ordinate values and sets emitZ and emitM values accordingly based of _emitZ and _emitM. This removes the necessity of filling and removing values from ZValues and MValues. The drawback is, that the default value for WKTReader.IsOldNtsCoordinateSyntaxAllowed is true always creates sequences with a dimension of 3 (=>can carry z), even though these values might all be Double.NaN. Therefor I had to adjust the unit tests.
2.0.0
v2.0.0 Try publishing using this API key instead...
v1.15.0-pre001
Set PackageVersion to 1.15.0-pre001 Add icon url