Sophie

Sophie

distrib > Fedora > 18 > x86_64 > by-pkgid > 6538f34d279e55727895989dc8753cd2 > files > 25

nodejs-mbtiles-0.2.8-3.fc18.noarch.rpm

# mbtiles

Utilities and [tilelive][1] integration for the [MBTiles][2] 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.


[1]: https://github.com/mapbox/tilelive.js
[2]: http://mbtiles.org