vector_map_tiles_pmtiles 1.2.0
vector_map_tiles_pmtiles: ^1.2.0 copied to clipboard
PMTiles tile provider for vector_map_tiles (flutter_map vector tiles). It uses HTTP Range Requests to request tiles from a single local or hosted file.
1.2.0 - 2024-02-19 #
- Update
vector_map_tilesto version 7.3.0 and bump the dependency constraints to^7.3.0(thanks to @greensopinion). - Deprecate
silenceTileNotFoundsince it's not used anymore.
1.1.0 - 2024-02-10 #
- Add
ProtomapsThemeswith all Protomaps basemap themes. - Add the parameter
bool silenceTileNotFoundto silence "tile not found" exceptions (TileNotFoundException). - Update example and docs
1.0.1 - 2024-01-30 #
- Improve documentation
- Fix package score
1.0.0 - 2024-01-30 #
- Initial release
- Add
PmTilesVectorTileProvider