martin/tests/fixtures/files
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
..
bad_hash.mbtiles Fix mbtiles validation, CI, and logging (#903) 2023-09-29 14:37:18 -04:00
invalid_zoomed_world_cities.mbtiles Fix mbtiles validation, CI, and logging (#903) 2023-09-29 14:37:18 -04:00
invalid-tile-format.mbtiles Fix mbtiles validation, CI, and logging (#903) 2023-09-29 14:37:18 -04:00
invalid-tile-idx.mbtiles Add tiles table/view validation to mbtiles validate (#1057) 2023-12-10 10:59:14 +08:00
invalid.mbtiles Fix mbtiles validation, CI, and logging (#903) 2023-09-29 14:37:18 -04:00
tmp.json fix (re-)compression of images (#579) 2023-02-20 10:44:22 -05:00