martin/tests
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
..
expected Add tiles table/view validation to mbtiles validate (#1057) 2023-12-10 10:59:14 +08:00
fixtures Add tiles table/view validation to mbtiles validate (#1057) 2023-12-10 10:59:14 +08:00
composite_source.html Multi-source support, new path structure (#456) 2022-11-26 04:46:40 -05:00
config.yaml Fix SQL comments when func or table is pre-configured (#1045) 2023-12-07 07:24:51 +00:00
debug-deckgl.html Multi-source support, new path structure (#456) 2022-11-26 04:46:40 -05:00
debug-leaflet.html Multi-source support, new path structure (#456) 2022-11-26 04:46:40 -05:00
debug-maplibre.html Require PostGIS 3 and use ST_TileEnvelope (#497) 2022-11-30 18:57:27 +02:00
debug.html Cleanup multi-feature styling (#859) 2023-09-03 13:30:38 -04:00
test.sh Add tiles table/view validation to mbtiles validate (#1057) 2023-12-10 10:59:14 +08:00