mirror of
https://github.com/maplibre/martin.git
synced 2024-12-20 21:31:49 +03:00
0398336114
- [x] Add tile statistics to mbtiles tools - [x] Add test - [x] Use 4326 instead of 3857 for tile bounds - [x] Add document - [x] Use size-format to prettify output - [x] Statistics struct Refactor - [x] Cleanup and reformat Closes #964 --------- Co-authored-by: Yuri Astrakhan <yuriastrakhan@gmail.com>
21 lines
354 B
JSON
21 lines
354 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "PRAGMA page_size;",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "page_size",
|
|
"ordinal": 0,
|
|
"type_info": "Int"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 0
|
|
},
|
|
"nullable": [
|
|
null
|
|
]
|
|
},
|
|
"hash": "208681caa7185b4014e7eda4120962954cdd3d913e8a786599da8a3f9799ed4b"
|
|
}
|