mbtiles 0.4.2 mbtiles: ^0.4.2 copied to clipboard
Mapbox MBTiles v1.3 files, support for vector and raster tiles.
[0.4.2] 2024-05-17 #
- Make compatible with WASM
[0.4.1] 2024-03-20 #
- Update documentation
- Update example
[0.4.0] 2024-02-18 #
- Renamed the parameter
isPBF
togzip
. - Fix metadata
minzoom
andmaxzoom
.
[0.3.1] 2024-02-12 #
- Add deprecations for
MBTiles
andMBTilesMetadata
[0.3.0] 2024-02-12 #
- Rename
MBTiles
toMbTiles
, renameMBTilesMetadata
toMbTilesMetadata
. - add
MbTiles.create()
constructor to create new MBTiles files. - Coordinates are now a LatLng using the package
latlong2
. bounds
are now a instance ofMbTilesBounds
.getTile()
now requires named parameters.- Clean up dependencies.
[0.2.0] 2024-02-09 #
- The package can now be compiled on Flutter Web. Note that MBTiles can still
not be used on web and will throw an
UnimplementedError
. - Change license to a BSD 3-Clause License.
[0.1.1] 2023-11-25 #
- Fix package score on
pub.dev
[0.1.0] 2023-11-25 #
- Initial version
- Support to read raster and vector tiles