mirror of
https://github.com/maplibre/martin.git
synced 2024-12-19 04:41:46 +03:00
f13c3f7514
* `mbtiles update` now allows different types of zoom updates - reset to content, grow only, or skip (dry run) * `martin-cp` will now update (grow-only) metadata zooms Addresses a few concerns in the #1081
27 lines
528 B
JSON
27 lines
528 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\nSELECT min(zoom_level) AS min_zoom,\n max(zoom_level) AS max_zoom\nFROM 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": "96f3201d2151fbef63593c0e87648a2991e05060e71aa96141ece0867afa2d6c"
|
|
}
|