You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 and GeoJsonWriter 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...