Konstantin Käfer 411c92c304 Revert "cache file access"
This reverts commit fde3538493.

Conflicts:

	lib/directoryindex.js
2011-09-22 17:02:08 +02:00
2011-08-19 15:02:31 -04:00
2011-09-22 17:02:08 +02:00
2011-06-28 14:43:32 +02:00
2011-09-20 22:58:42 +02:00
2011-07-13 16:52:44 +02:00

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
No description provided
Readme 4.4 MiB
Languages
JavaScript 96.9%
PLpgSQL 3.1%