Skip to content

Releases: NetTopologySuite/NetTopologySuite.IO.SqlServerBytes

v2.1.0

16 Feb 11:08
ddbd857
Compare
Choose a tag to compare
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

05 Sep 13:02
fdc5fc8
Compare
Choose a tag to compare
v2.0.0

Try publishing using this API key instead...

v1.15.0-pre001

10 Oct 21:24
Compare
Choose a tag to compare
v1.15.0-pre001 Pre-release
Pre-release
Set PackageVersion to 1.15.0-pre001

Add icon url