Dumps MVT tiles encoded in .pbf to JSON
$ npm -g install dump-tile
# dump tile from tile service
curl --compress https://tiles.example.com/tile/2/3/5/pbf | dump-tile
# dump tile from file
cat tile.pbf | dump-tile > tile.json
MIT © Damian Krzeminski