martin/tests/expected/mbtiles
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
..
copy_apply.txt Add diff-with-file option to copy command (#729) 2023-07-05 16:55:39 +00:00
copy_diff2.txt mbtiles improvements, minor changes (#1013) 2023-11-19 10:06:37 +00:00
copy_diff.txt mbtiles improvements, minor changes (#1013) 2023-11-19 10:06:37 +00:00
meta-all_help.txt add mbtiles meta-all command (#865) 2023-09-05 23:12:45 -04:00
meta-all.txt add mbtiles meta-all command (#865) 2023-09-05 23:12:45 -04:00
meta-get_help.txt Move Martin crate to its own subdir (#699) 2023-06-04 02:50:55 +00:00
meta-get_missing_value.txt Refactor mbtiles lib, mbtiles tool tests & CI (#702) 2023-06-04 00:54:50 +02:00
meta-get_name.txt Refactor mbtiles lib, mbtiles tool tests & CI (#702) 2023-06-04 00:54:50 +02:00
summary.txt Add compression and query to martin-cp (#1019) 2023-11-22 05:26:53 +00:00
validate-bad-hash.txt Add tiles table/view validation to mbtiles validate (#1057) 2023-12-10 10:59:14 +08:00
validate-bad-tiles.txt Add tiles table/view validation to mbtiles validate (#1057) 2023-12-10 10:59:14 +08:00
validate-fix2.txt Add tiles table/view validation to mbtiles validate (#1057) 2023-12-10 10:59:14 +08:00
validate-fix.txt Add tiles table/view validation to mbtiles validate (#1057) 2023-12-10 10:59:14 +08:00
validate-ok.txt Add tiles table/view validation to mbtiles validate (#1057) 2023-12-10 10:59:14 +08:00