mirror of
https://github.com/maplibre/martin.git
synced 2025-01-02 04:06:11 +03:00
3e2dceb4bf
* Add cli command `meta-set` to set metadata `value` --------- Co-authored-by: rstanciu <rstanciu@rivian.com>
16 lines
572 B
Plaintext
16 lines
572 B
Plaintext
A utility to work with .mbtiles file content
|
|
|
|
Usage: mbtiles <COMMAND>
|
|
|
|
Commands:
|
|
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
|