Open dstenger opened 6 years ago
specifically, on zoom level 0. Is that what the 0 means at the end of the error message?
Earlier, the ETS would always fail tile matrices that did not have zoom level 0, but this was unnecessary and later fixed. Hopefully vendor realizes they can just delete zoom level 0 and the few rows linked to it in order to resolve this.
Test suite used for testing: Current master branch (0.4-SNAPSHOT) of https://github.com/opengeospatial/ets-gpkg12-nsg.
Error reported by test suite:
The follow tiles tables have zoom levels with pixel_x_size and pixel_y_size that fail to satisfy these two equations: pixel_x_size = (bounding box width / matrix_width) / tile_width AND tpixel_y_size = (bounding box height / matrix_height) / tile_height: Imagery: 0
Reason of failure as described by test.
Test implements Requirement 45 and test failure is correct.