Releases: NetTopologySuite/NetTopologySuite.IO.GeoJSON
Releases · NetTopologySuite/NetTopologySuite.IO.GeoJSON
NetTopologySuite.IO.GeoJSON 2.0.1
NetTopologySuite.IO.GeoJSON 2.0.0
- Now targets .NET Standard 2.0 only
- CRS model objects are gone (only pre-IETF versions of GeoJSON used them exactly that way).
- "id" is now fetched via an extension method that we add to
IAttributesTable
. - Added helper methods to
GeoJsonReader
andGeoJsonWriter
to support streaming. - A few improvements to hopefully reduce the overhead of reading / writing geometries, especially those that use coordinate sequences other than
CoordinateArraySequence
, especially when streaming.- ed.: I think there's a lot of potential to do better here across-the-board for all kinds of geometries, but it was a really long weekend...
v1.15.5
No functional changes from 1.15.4, just adding upper-bounds to the dependencies so it's clear that this doesn't support anything higher than 1.x.