dump-tile

Dumps MVT tiles encoded in .pbf to JSON


Keywords
dump-tile, PBF, tile, MVT
License
MIT
Install
npm install dump-tile@1.0.1

Documentation

NPM version Build Status Dependency Status

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