mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-06 07:13:31 +03:00
Adding test for zoomify format
This commit is contained in:
parent
8637388cab
commit
044a5b6794
1 changed files with 10 additions and 0 deletions
|
@ -154,6 +154,16 @@
|
|||
url: "/test/data/A.png"
|
||||
});
|
||||
});
|
||||
// ----------
|
||||
asyncTest('Zoomify', function () {
|
||||
testOpen({
|
||||
type: "zoomifytileservice",
|
||||
tileSize: 256,
|
||||
width: 1000,
|
||||
height: 1000,
|
||||
tilesUrl: "/test/data/zoomify/"
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
// ----------
|
||||
|
|
Loading…
Add table
Reference in a new issue