martin/martin-mbtiles
rstanciu 177b72e876
Add force-simple parameter when copying (#723)
Add `--force-simple` flag to `mbtiles copy` tool.
If supplied, ensures the destination file has a `tiles` _table_ (as
opposed to a `tiles` _view_ made up of `images` and `map` tables).
2023-06-23 02:21:11 +00:00
..
src Add force-simple parameter when copying (#723) 2023-06-23 02:21:11 +00:00
.env Add .mbtiles support (#549) 2023-01-09 00:10:23 -05:00
Cargo.toml cleanup cargo optional dep: in features 2023-06-16 19:31:51 -04:00
README.md readme for all packages 2023-06-04 00:56:20 -04:00
sqlx-data.json Add feature to detect Mbtiles format (#713) 2023-06-13 20:04:11 -04:00

martin-mbtiles

Book docs.rs docs Slack chat GitHub crates.io version CI build

A library to help tile servers like Martin work with MBTiles files.

This crate also has a small utility that allows users to interact with the *.mbtiles files from the command line. See tools documentation for more information.

Development

Any changes to SQL commands require running of just prepare-sqlite. This will install cargo sqlx command if it is not already installed, and update the ./sqlx-data.json file.