vt-dumper
Just a function to grab a single vector tile. You provide:
- TileJSON that indicates where to get the tile from
- Tile coordinates to grab, as an array of
[z, x, y]
Example usage
var vtDump = ;var fs = ;var tilejson = JSON;var coords = 1 0 1 ; // Calling the `vtDump` function loads your data source;