geospatial icon indicating copy to clipboard operation
geospatial copied to clipboard

Geospatial data structures, tools and utilities for Dart and Flutter.

Results 45 geospatial issues
Sort by recently updated
recently updated
newest added

Feature sources are created by `GeoJSONFeatures.http` and `OGCAPIFeatures.http`. [Dart 2.18](https://medium.com/dartlang/dart-2-18-f4b3101f146c) adds among other things support for platform-specific http libraries. Consider providing an option to utilize this. See also #166 and...

enhancement
:earth_americas: geodata

Feature sources are created by `GeoJSONFeatures.http` and `OGCAPIFeatures.http`. Add cancellation support with default logic and parametrization on these initializations. It seems that currently the `http` package used by features sources...

enhancement
:earth_americas: geodata

Feature sources are created by `GeoJSONFeatures.http` and `OGCAPIFeatures.http`. Add some retry default logic and parametrization on these initializations. Internal implemenation could be based on [RetryClient](https://pub.dev/documentation/http/latest/retry/RetryClient/RetryClient.html) of the `http` package. See...

enhancement
:earth_americas: geodata

DMS support (parsing, formatting) for geographic positions and boxes was implemented in #173. Candidate enhancements after the initial implementation: * `Dms` class: compass point / cardinal direction symbol configuration *...

enhancement
🌐 geobase

Hello, I was hoping to find a `.center` available on the geometry collection or polygon but look like it doesn't exist. Do you know any way to have that center...

enhancement
🌐 geobase