Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaffaketchup/flutter_map_query_osm_features
Plugin for flutter_map that uses the Overpass API and OSM API to query features within a point's radius
https://github.com/jaffaketchup/flutter_map_query_osm_features
flutter flutter-map maps openstreetmap overpass-api
Last synced: 17 days ago
JSON representation
Plugin for flutter_map that uses the Overpass API and OSM API to query features within a point's radius
- Host: GitHub
- URL: https://github.com/jaffaketchup/flutter_map_query_osm_features
- Owner: JaffaKetchup
- License: bsd-3-clause
- Created: 2023-08-29T15:20:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-03T20:44:09.000Z (over 1 year ago)
- Last Synced: 2024-10-16T13:19:46.865Z (2 months ago)
- Topics: flutter, flutter-map, maps, openstreetmap, overpass-api
- Language: Dart
- Homepage:
- Size: 85 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# flutter_map_query_osm_features
> **Currently under early development and not suitable for production use.**
*License is liable to change to any other license.*Plugin for flutter_map that uses the Overpass API and OSM API to query features within a point's radius
Designed to work similarly to the Query Features function on [openstreetmap.org](https://openstreetmap.org)'s front site.
Eventually, it is planned to link with ['flutter_map_tile_caching'](https://github.com/JaffaKetchup/flutter_map_tile_caching). It should be possible to select an area, such as a large building or relation, or even something like a nature park, then use the Custom Polygon Region (arriving in v9) to download it accurately.