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
In short, Feature, FeatureCollection and Geometry should allow custom fields of any type in addition to the fields defined in the spec. This would allow this library to work with GeoJSON extensions.
As implementation, a field: foreignMembers: Map<String, JsonElement>, would be enough.
The text was updated successfully, but these errors were encountered:
Could this library support GeoJSON foreign members? https://datatracker.ietf.org/doc/html/rfc7946#section-6.1
In short, Feature, FeatureCollection and Geometry should allow custom fields of any type in addition to the fields defined in the spec. This would allow this library to work with GeoJSON extensions.
As implementation, a field: foreignMembers: Map<String, JsonElement>, would be enough.
The text was updated successfully, but these errors were encountered: