Skip to content

NetTopologySuite.IO.GeoJSON 2.0.4

Compare
Choose a tag to compare
@airbreather airbreather released this 16 Oct 13:32
· 42 commits to master since this release
106db44

Bug fixes:

  1. Everything related to our use of the serializer context, most visibly its instability in a multithreaded environment, has been fixed by coming up with an alternative way to achieve the same goals (#59). Thanks @russcam!
  2. Geometries specified with "coordinates": null (or "geometries": null for GeometryCollection) are now treated as empty, instead of causing us to read arbitrarily far into the stream (#65). This is done primarily to work around uninspired behavior in our converters for the System.Text.Json library.