Skip to content

2.1.0

Compare
Choose a tag to compare
@airbreather airbreather released this 13 Mar 13:37
· 5 commits to master since this release
0cb0a03
  1. #10: Added constructors to AttributesTable that let the caller supply the IEqualityComparer<string> to use when comparing attribute names.
  2. #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.