Update CHANGELOG, README.
This commit is contained in:
@@ -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
|
||||
|
||||
19
README.md
19
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user