NetTopologySuite.IO.GeoJSON4STJ 2.1.1
Changes:
- Empty geometries are now written with
"coordinates": []
instead of"coordinates": null
, for better interoperability with other implementations that follow RFC 7946's suggestion to do it this way (#67).