NetTopologySuite.IO.GeoJSON
NetTopologySuite.IO.GeoJSON copied to clipboard
Use `PrecisionModel` for serializing/deserializing coordinates (STJ)
- Serialization and deserialization of the
Envelopetype moved to it's own converter, so that it easily can use aPrecisionModelparameter. - Extension methods for
Utf8JsonWriterandUtf8JsonReaderthat uses aPrecisionModelparameter. - Serialization and deserialization of coordinates uses the extension methods with the current
PrecisionModel. - Fixes #135
I am not sure if PrecisionModel should be used for the Z coordinate. This is something I want, but this is not supported by the Newtonsoft GeoJSON serializer.