mirror of
https://github.com/maplibre/martin.git
synced 2024-12-20 13:21:59 +03:00
021cddcccd
After some thinking, it seems `mbtiles summary` (aliased as `mbtiles info`) would be a bit better than stats. I renamed and adjusted documentation, consolidating it in one doc page. Other changes: * use file system's file size, reporting 'unknown' if needed * report page count * moved bbox computation into a separate function * inlined a number of things for readability
18 lines
723 B
Plaintext
18 lines
723 B
Plaintext
A utility to work with .mbtiles file content
|
|
|
|
Usage: mbtiles <COMMAND>
|
|
|
|
Commands:
|
|
summary Show MBTiels file summary statistics
|
|
meta-all Prints all values in the metadata table in a free-style, unstable YAML format
|
|
meta-get Gets a single value from the MBTiles metadata table
|
|
meta-set Sets a single value in the MBTiles' file metadata table or deletes it if no value
|
|
copy Copy tiles from one mbtiles file to another
|
|
apply-patch Apply diff file generated from 'copy' command
|
|
validate Validate tile data if hash of tile data exists in file
|
|
help Print this message or the help of the given subcommand(s)
|
|
|
|
Options:
|
|
-h, --help Print help
|
|
-V, --version Print version
|