fix: test z1 512px file that actually exists

Signed-off-by: Andrew Calcutt <acalcutt@techidiots.net>
This commit is contained in:
Andrew Calcutt 2024-01-19 13:37:24 -05:00
parent 4914555c0c
commit 3646765653

View file

@ -47,8 +47,8 @@ describe('Raster tiles', function () {
});
describe('different coordinates and scales', function () {
testTile(prefix, 256, 1, 1, 1, 'png', 200);
testTile(prefix, 512, 1, 1, 1, 'png', 200);
testTile(prefix, 256, 1, 0, 0, 'png', 200);
testTile(prefix, 512, 1, 0, 0, 'png', 200);
testTile(prefix, 256, 0, 0, 0, 'png', 200, 2);
testTile(prefix, 512, 0, 0, 0, 'png', 200, 2);
testTile(prefix, 256, 0, 0, 0, 'png', 200, 3);