NetTopologySuite / NetTopologySuite.IO.SqlServerBytes

A SQL Server IO module for NTS which works directly with the serialization format
BSD 3-Clause "New" or "Revised" License
16 stars 12 forks source link

Invalid Scale Greater than Precision #11

Closed juliusfriedman closed 4 years ago

juliusfriedman commented 4 years ago

It seems SqlServerBytes is forming invalid geography, please see

https://github.com/NetTopologySuite/NetTopologySuite/issues/427

https://github.com/NetTopologySuite/NetTopologySuite/issues/417

juliusfriedman commented 4 years ago

The underlying cause of this is inverted X,Y coordinates.

See also https://github.com/NetTopologySuite/NetTopologySuite/issues/438

The coordinates were reversed because of [Column(TypeName="geometry")], I will check if that resolves this issue also and close if possible.

Thank you for your time and patience.

juliusfriedman commented 4 years ago

The removal of the above appears to resolve this issue, Thank you for your time and sorry for detritus!