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

Serialization different than SQL Server for geography polygons without a shell #3

Closed bricelam closed 5 years ago

bricelam commented 5 years ago

It's still up in the air whether it will be possible to represent geography polygons without a shell (i.e. the full globe with holes in it), but if it ends up being possible, to match SQL Server, I think we need to:

bricelam commented 5 years ago

This isn't needed if we fix #4