navibyte / geospatial

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

Support for GeoJSON Text Sequences #217

Closed navispatial closed 2 months ago

navispatial commented 8 months ago

Support for Newline-delimited GeoJSON or GeoJSON Text Sequences:

Supports a text file with each line containing exactly one feature. Features are delimited by line feeds, not commas. A text file represents a feature collection, but no "FeatureCollection" element is encoded.

Features in a sequence can be separated by:

References:

See also #53

navispatial commented 2 months ago

Implemented in geobase version 1.1.0, see milestone.

See also the article Decode and encode GeoJSON, WKT and WKB in Dart and Flutter apps