fix: test z1 512px file that actually exists
Signed-off-by: Andrew Calcutt <acalcutt@techidiots.net>
This commit is contained in:
parent
4914555c0c
commit
3646765653
1 changed files with 2 additions and 2 deletions
|
|
@ -47,8 +47,8 @@ describe('Raster tiles', function () {
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('different coordinates and scales', function () {
|
describe('different coordinates and scales', function () {
|
||||||
testTile(prefix, 256, 1, 1, 1, 'png', 200);
|
testTile(prefix, 256, 1, 0, 0, 'png', 200);
|
||||||
testTile(prefix, 512, 1, 1, 1, 'png', 200);
|
testTile(prefix, 512, 1, 0, 0, 'png', 200);
|
||||||
testTile(prefix, 256, 0, 0, 0, 'png', 200, 2);
|
testTile(prefix, 256, 0, 0, 0, 'png', 200, 2);
|
||||||
testTile(prefix, 512, 0, 0, 0, 'png', 200, 2);
|
testTile(prefix, 512, 0, 0, 0, 'png', 200, 2);
|
||||||
testTile(prefix, 256, 0, 0, 0, 'png', 200, 3);
|
testTile(prefix, 256, 0, 0, 0, 'png', 200, 3);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue