martin/tests/expected/mbtiles/validate-bad-tiles.txt
Yuri Astrakhan 54f5a8daf0
Add tiles table/view validation to mbtiles validate (#1057)
Make sure all values in the `tiles` table or view are correct:

* zoom_level is between 0 and 30 (max allowed zoom)
* the x,y values are within the limits for the corresponding zoom level
* the column type of z,x,y are all integers
* the `tile_data` is a NULL or a BLOB
2023-12-10 10:59:14 +08:00

3 lines
266 B
Plaintext

[INFO ] Quick integrity check passed for ./tests/fixtures/files/invalid-tile-idx.mbtiles
[ERROR] At least one tile in the tiles table/view has an invalid value: zoom_level=6, tile_column=10, tile_row=64 in MBTile file ./tests/fixtures/files/invalid-tile-idx.mbtiles