martin/martin-mbtiles
rstanciu d4d3bd8ba5
Add tiles_with_hash view to normalized mbtiles files (#834)
Co-authored-by: rstanciu <rstanciu@rivian.com>
Co-authored-by: Yuri Astrakhan <yuriastrakhan@gmail.com>
2023-08-23 17:21:46 -07:00
..
.sqlx Add ability to set mbtiles metadata value (#817) 2023-08-17 11:36:46 -07:00
src Add tiles_with_hash view to normalized mbtiles files (#834) 2023-08-23 17:21:46 -07:00
.env Add .mbtiles support (#549) 2023-01-09 00:10:23 -05:00
Cargo.toml Add flat hashing table format (#808) 2023-08-16 10:22:01 -07: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.