Configurable scale factors (close #121)

Also changes default maximum from `4x` to `3x`
This commit is contained in:
Petr Sloup
2017-03-15 12:04:47 +01:00
parent 7b952ee5c0
commit f8949c1aa9
3 changed files with 32 additions and 9 deletions

View File

@@ -26,7 +26,6 @@ describe('Raster tiles', function() {
testTile(prefix, 0, 0, 0, 'png', 200, 2);
testTile(prefix, 0, 0, 0, 'png', 200, 3);
testTile(prefix, 2, 1, 1, 'png', 200, 3);
testTile(prefix, 0, 0, 0, 'png', 200, 4);
});
});