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)
Extension methods for "id" are gone (downstream libraries can add their own versions that don't require partying on a global variable in this library to make it work for them)
FeatureCollection now inherits from Collection<IFeature> instead of composing one.
Added a GetOptionalValue method to IAttributesTable to help simplify several use cases, such as GPX.