mapbox / awesome-vector-tiles

Awesome implementations of the Mapbox Vector Tile specification
https://www.mapbox.com/developers/vector-tiles/
Creative Commons Zero v1.0 Universal
2.36k stars 280 forks source link

Add "dart-vector-tile" library - encode & decode vector tiles for Dart lang #82

Closed bahung1221 closed 3 years ago

bahung1221 commented 3 years ago

Hi,

I just created a simple dart-vector-tile package to encode & decode vector tiles for Dart lang, so may you can help to add it into README?

Thank you so much!

EDIT: Just realize that I missing some stuff to decode geometry, so I make it as WIP and I will go back when it finished 😄

EDIT2: Decode feature to GeoJson format worked now, still missing some features but can be used for the basic requirements.