dump-tile
v1.0.1
Published
Dumps MVT tiles encoded in .pbf to JSON
Downloads
6
Readme
dump-tile
Dumps MVT tiles encoded in .pbf to JSON
Install
$ npm -g install dump-tile
Usage
# 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
License
MIT © Damian Krzeminski