mirror of
https://github.com/maplibre/martin.git
synced 2024-12-20 13:21:59 +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
11 lines
132 B
JSON
11 lines
132 B
JSON
{
|
|
"tiles": {
|
|
"webp2": {
|
|
"content_type": "image/webp",
|
|
"name": "ne2sr"
|
|
}
|
|
},
|
|
"sprites": {},
|
|
"fonts": {}
|
|
}
|