Skip to content

Releases: NetTopologySuite/NetTopologySuite.IO.GeoJSON

NetTopologySuite.IO.GeoJSON 2.0.1

17 Oct 11:57
60dc589
Compare
Choose a tag to compare

This addresses an issue with saving / loading 3-dimensional geometries (thanks @HarelM)

Issues fixed in this release:

  • #41: 3D point serialization exception

NetTopologySuite.IO.GeoJSON 2.0.0

05 Sep 12:25
886dab2
Compare
Choose a tag to compare
  1. Now targets .NET Standard 2.0 only
  2. CRS model objects are gone (only pre-IETF versions of GeoJSON used them exactly that way).
  3. "id" is now fetched via an extension method that we add to IAttributesTable.
  4. Added helper methods to GeoJsonReader and GeoJsonWriter to support streaming.
  5. 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

26 Jun 11:17
48a4ee0
Compare
Choose a tag to compare

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.

v1.15.4

06 May 10:12
Compare
Choose a tag to compare

This is a maintenance release

Issues addressed:
#30

v1.15.3

24 Apr 12:47
129ccb9
Compare
Choose a tag to compare

This is a maintenance release

Issues addressed:
#1
#24
#25
#26
#27

v1.15.2

15 Mar 07:44
Compare
Choose a tag to compare

This is a maintenance release

Issues addressed:
#16

v1.15.1

14 Mar 12:35
Compare
Choose a tag to compare

This is a maintenance release

Issues addressed:
#4, #6, #7, #8, #9, #16, #18, #19, #20, #23,