wdtinc / mapbox-vector-tile-java

Java Mapbox Vector Tile Library for Encoding/Decoding
Apache License 2.0
147 stars 73 forks source link

Decoding Vector Tile file into a geoGSON file #42

Open alexhorban opened 5 years ago

alexhorban commented 5 years ago

Thanks for the great library!

According to the Vector tile specification (https://docs.mapbox.com/vector-tiles/specification/) original GeoJSON data is encoded into the proper tags of the vector tile protobuf.

image

Do we have methods to translate Vector Tile file into GeoJSON fiels ? It would great to be able to do that in the future