Update CHANGELOG, README.

This commit is contained in:
Young Hahn
2013-07-12 06:00:05 -04:00
parent a98037dbdf
commit acd906d192
2 changed files with 6 additions and 19 deletions

View File

@@ -1,3 +1,9 @@
# 0.3.0
- `step`, `underscore`, `optimist` dependencies removed.
- Tests upgraded to use `mocha`.
- Commands removed.
# 0.2.7
- `_metadata` now returns null if the metadata table or the requested field is

View File

@@ -8,24 +8,5 @@ Utilities and [tilelive][1] integration for the [MBTiles][2] format.
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