martin/mbtiles/.sqlx/query-47bdc12fe7b34fb2e4e1fc3b937bba64268170ab6e5381abfe07df24d8133229.json
Yuri Astrakhan 24819bdb45
Multiple mbtiles and martin-cp fixes (#1083)
* 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
2023-12-18 23:19:36 -05:00

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"
}