Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for 'other members' in GeoJson all objects? #4

Open
jsiedentop opened this issue Feb 29, 2024 · 0 comments
Open

Support for 'other members' in GeoJson all objects? #4

jsiedentop opened this issue Feb 29, 2024 · 0 comments

Comments

@jsiedentop
Copy link
Contributor

jsiedentop commented Feb 29, 2024

The specification states that a geojson object may have other members. This is currently only implemented for features by propagating the fields property as Map<String, dynamic>.

3. GeoJSON Object

  • A GeoJSON object represents a Geometry, Feature, or collection of
    Features.
    • A GeoJSON object MAY have other members (see Section 6).

Nothing we need for TurfDart, but to be compliant with the standard we should keep this in mind.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant