vector_map_tiles_pmtiles 1.5.0
vector_map_tiles_pmtiles: ^1.5.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.5.0 #
- Add Protomaps themes version 4.1.
1.4.0 #
- Use
vector_map_tilesversion ^8.0.0 (flutter_mapv7).
1.3.0 - 2024-05-21 #
- Update
ProtomapsThemesto include version 3.0.1 themes
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