mirror of
https://github.com/maplibre/martin.git
synced 2024-12-30 02:11:48 +03:00
6cd9296bfc
Print all MBTiles metadata fields in a free style YAML, including some auto-detected tile info
17 lines
664 B
Plaintext
17 lines
664 B
Plaintext
A utility to work with .mbtiles file content
|
|
|
|
Usage: mbtiles <COMMAND>
|
|
|
|
Commands:
|
|
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-diff 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
|