martin/martin-mbtiles
Yuri Astrakhan 95ce71c105
Fix mbtiles validate uppercase hash (#882)
hash must be upper case to pass validation.

TODO (possibly separate PR) - need some tests for this
2023-09-13 21:53:42 -04:00
..
.sqlx Minor code cleanup 2023-09-05 12:17:44 -04:00
src Fix mbtiles validate uppercase hash (#882) 2023-09-13 21:53:42 -04:00
.env Add .mbtiles support (#549) 2023-01-09 00:10:23 -05:00
Cargo.toml add mbtiles meta-all command (#865) 2023-09-05 23:12:45 -04:00
README.md readme for all packages 2023-06-04 00:56:20 -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.