vt2geojson icon indicating copy to clipboard operation
vt2geojson copied to clipboard

Expose buffer-geojson conversion method

Open jczaplew opened this issue 8 years ago • 0 comments

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 be converted. In my case, I was writing tests for a tileserver with supertest and wanted to validate that all expected layers were returned in the protocol buffer.

jczaplew avatar Sep 13 '17 16:09 jczaplew