d3145213aa2824112bc24decf123fc9b5ad3602b
we only attach with .once() and always .emit(). Debugging as shown that there are no "memory leaks" with listeners being added infinitely.
mbtiles
Utilities and tilelive integration for the MBTiles format.
Installation
npm install mbtiles
Commandline tools
Several commandline tools are included in bin for manipulating existing
MBTiles files.
mbcheck [FILE]
Check an mbtiles for missing metadata and tiles.
mbcompact [FILE]
Eliminate duplicate images to reduce mbtiles filesize.
mbpipe [COMMAND] [FILE]
Pipe each tile to stdin of the specified command and
write stdout into the mbtiles file.
mbrekey [FILE]
Rekey a compacted mbtiles to save space.
Description
Languages
JavaScript
96.9%
PLpgSQL
3.1%