mirror of
https://github.com/maplibre/martin.git
synced 2024-12-20 21:31:49 +03:00
140ed25679
# MBTiles * New `--agg-hash (update|verify|off)` flag replaces `--update-agg-tiles-hash` (still supported, but not shown in the help screen). This allows bypassing aggregate hash validation entirely, without either updating or validating it. * Simplify MBTiles SQL generation * MBTiles now uses faster `1 << zoom` everywhere, and a dedicated TMS inversion fn * split up metadata insert and delete into separate fn * consolidated schema initialization * ensure db settings (like pragma) are always reset on new files # Other * Always sort JSON-serialized keys for consistency * this affects `/catalog` key ordering, but content is the same * Minor code cleanup
4 lines
301 B
Plaintext
4 lines
301 B
Plaintext
[INFO ] Quick integrity check passed for tests/mbtiles_temp_files/fix_bad_hash.mbtiles
|
|
[INFO ] All tile hashes are valid for tests/mbtiles_temp_files/fix_bad_hash.mbtiles
|
|
[INFO ] The agg_tiles_hashes=D4E1030D57751A0B45A28A71267E46B8 has been verified for tests/mbtiles_temp_files/fix_bad_hash.mbtiles
|