vector_tile 0.2.2
vector_tile: ^0.2.2 copied to clipboard
A simple Dart package to encode & decode Mapbox Vector Tile, A implementation of Mapbox Vector Tile specification.
Changelog #
v0.1.6 - 2021-04-14 #
- Add check data type for
layer values
when converting data from raw layer.
v0.1.5 - 2021-02-13 #
- Update linter rules.
v0.1.3 - 2021-02-12 #
v0.1.0 - 2021-02-11 #
BREAKING CHANGE #
- Split all to two type of classes:
raw vector tile
andvector tile
. - Add support for decode feature geometry.
- Add support for convert raw feature to GeoJson (only Feature type).