vt2geojson
vt2geojson copied to clipboard
Dump vector tiles to GeoJSON
"Packages No packages published" is displayed right now, fortunately this pointless section can be removed. Edit repo page config to remove it (cog next to the description). I am not...
I use vt2geojson to extract the transportation layers in the pbf file,Is there a way to convert this geojson back to pbf? ``` vt2geojson({ uri: './5-19-12.pbf', layer: 'transportation', z: 5,...
Can we depend on a stable https://github.com/mapbox/vector-tile-js version? https://github.com/mapbox/vt2geojson/blob/f5e6f1f5afedb5c7f9b6ef225e25207cf8a4b5fc/package.json#L22
Simply expose the function `readTile` as `fromBuffer` in the exports. This allows one to use this library in situations in which the tile has already been loaded but needs to...
I am happily building using vector tiles provided by Mapbox and converting them to geojson, but I am encountering a weird issue. when I request a water tile, which should...