YenTheFirst / node-mbtiles

mbtiles renderer and storage backend for tilelive

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

mbtiles renderer and storage backend for tilelive

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 100.0%