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
#10: Added constructors to AttributesTable that let the caller supply the IEqualityComparer<string> to use when comparing attribute names.
#11: Re-added part of the concept of supporting IDs as more first-class components of certain features.
This was removed in 2.0.0 due to a lack of generality and a desire to simplify things, but TWKB also seems to have this concept, and there is a strong technical justification in the GeoJSON world for allowing the ID to live on the feature itself, so adding it here as read-only and in a new form makes sense now.