Closed juliusfriedman closed 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.
The removal of the above appears to resolve this issue, Thank you for your time and sorry for detritus!
It seems SqlServerBytes is forming invalid geography, please see
https://github.com/NetTopologySuite/NetTopologySuite/issues/427
https://github.com/NetTopologySuite/NetTopologySuite/issues/417