navibyte / geospatial

Geospatial data structures, tools and utilities for Dart and Flutter.
Other
52 stars 5 forks source link

JSON data encoder wrapper supporting GeoJSON and JSON-FG #228

Open navispatial opened 5 months ago

navispatial commented 5 months ago

Currently in geobase version 1.0.x there is a separate internal GeoJSON decoder implementation, but GeoJSON encoder is shared with WKT encoder. This means that the encoder is not very "JSON object tree or JSON text oriented", making it difficult to add capabilities like pretty printing (of JSON text output).

When #53 shall be implemented a new encoder for JSON based geospatial data formats could be designed: