josxha / flutter-maplibre

Permissive and performant mapping library that supports Mapbox Vector Tiles (MVT) powered by MapLibre SDKs.
https://flutter-maplibre.pages.dev
Other
17 stars 3 forks source link

[FEATURE] Add offline capabilities for tile sources #43

Closed josxha closed 2 weeks ago

josxha commented 1 month ago

Feature Description

MapLibre Native supports offline maps by its OfflineManager. It is possible to merge in local databases into the maplibre tile cache and define offline regions.

It is unclear if similar functionality can be provided on web.

Describe alternatives you've considered

It is currently only possible to use online tile sources.

Additional context