dartclub / geotypes

MIT License
1 stars 1 forks source link

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

Open jsiedentop opened 6 months ago

jsiedentop commented 6 months ago

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

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