mirror of
https://github.com/maplibre/martin.git
synced 2024-12-20 21:31:49 +03:00
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"
|
||
|
}
|