mirror of
https://github.com/maplibre/martin.git
synced 2024-12-18 20:31:54 +03:00
74c84fab1f
* rename configuration `auto_publish.tables.id_format` and `auto_publish.functions.id_format` fields from `id_format` to `source_id_format` fields. The `id_format` will continue to be supported (read) from the configuration, but it will be auto-converted to the new name on save. It is an error to have both in the same config file. * The rename was discussed in #682 * internal refactorings: consolidate PG-related utilities, rename a few vars, move PG errors to their own file. This is partially made due to #790 (thanks @Binabh!) - and should be merged before that to make that PR easier. |
||
---|---|---|
.. | ||
.sqlx | ||
src | ||
.env | ||
Cargo.toml | ||
README.md |
martin-mbtiles
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.