vector_tile 0.1.0
vector_tile: ^0.1.0 copied to clipboard
A simple Dart package to encode & decode Mapbox Vector Tile, it refers to a specification developed by MapBox (https://github.com/mapbox/vector-tile-spec).
Changelog #
0.1.0 - 2021-02-11 #
BREAKING CHANGE #
- Split all to two type of classes:
raw vector tileandvector tile. - Add support for decode feature geometry.
- Add support for convert raw feature to GeoJson (only Feature type).