vector_tile 0.2.2 copy "vector_tile: ^0.2.2" to clipboard
vector_tile: ^0.2.2 copied to clipboard

outdated

A simple Dart package to encode & decode Mapbox Vector Tile, A implementation of Mapbox Vector Tile specification.

Changelog #

v0.2.2 - 2021-05-29 #

  • Avoid decoding geometry more than once (#5).

v0.2.1 - 2021-05-28 #

  • Add support reading tiles from buffer (#4).

v0.2.0 - 2021-05-27 #

  • Add support for null-safety (#3).

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.4 - 2021-02-13 #

Added #

  • Add generic type to GeoJson class.

v0.1.3 - 2021-02-12 #

Added #

  • Add toGeoJson method on VectorTile class to allow decode raw VectorTile format to GeoJson FeatureCollection.

Fixed #

  • Fix type issues when call map method on List that returned a Iterator instead of a new List.

v0.1.2 - 2021-02-12 #

Fixed #

  • Change namespace import from PascalCase to snake_case.

v0.1.1 - 2021-02-12 #

Added #

  • Add properties decode for feature GeoJson.

v0.1.0 - 2021-02-11 #

BREAKING CHANGE #

  • Split all to two type of classes: raw vector tile and vector tile.
  • Add support for decode feature geometry.
  • Add support for convert raw feature to GeoJson (only Feature type).

v0.0.2 - 2021-02-10 #

Added #

  • @required annotion to createVectorTileFeature and createVectorTileLayer based on specification

v0.0.1 - 2021-02-09 #

Added #

  • Generate VectorTile classes from protobuf spec.
  • Encode functionality.
  • Decode functionality.
6
likes
0
pub points
68%
popularity

Publisher

unverified uploader

A simple Dart package to encode & decode Mapbox Vector Tile, A implementation of Mapbox Vector Tile specification.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

fixnum, protobuf

More

Packages that depend on vector_tile