mirror of
https://github.com/maplibre/martin.git
synced 2024-12-20 21:31:49 +03:00
24819bdb45
* BREAKING: `martin-cp` will now set `format=pbf` instead of `mvt`. This is what QGIS and possibly others expect, and this is what tools like tilelive generates. * `martin-cp` sets `minzoom` and `maxzoom` metadata values based on the zoom parameters * Add `mbtiles meta-update` command to refresh zoom levels based on the present tiles. Partially addresses items in #1081
27 lines
539 B
JSON
27 lines
539 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n SELECT min(zoom_level) AS min_zoom,\n max(zoom_level) AS max_zoom\n FROM tiles",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "min_zoom",
|
|
"ordinal": 0,
|
|
"type_info": "Int"
|
|
},
|
|
{
|
|
"name": "max_zoom",
|
|
"ordinal": 1,
|
|
"type_info": "Int"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 0
|
|
},
|
|
"nullable": [
|
|
true,
|
|
true
|
|
]
|
|
},
|
|
"hash": "47bdc12fe7b34fb2e4e1fc3b937bba64268170ab6e5381abfe07df24d8133229"
|
|
}
|