From 2515efa41407cfbb0c08ed9adc1159b5d2897065 Mon Sep 17 00:00:00 2001 From: Daniel Berthereau Date: Mon, 13 Mar 2017 00:00:00 +0100 Subject: [PATCH 1/3] Typo. --- src/zoomifytilesource.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zoomifytilesource.js b/src/zoomifytilesource.js index ad6aee52..a9f44ac2 100644 --- a/src/zoomifytilesource.js +++ b/src/zoomifytilesource.js @@ -18,7 +18,7 @@ * tilesUrl: "/test/data/zoomify/" * } * - * The tileSize is currently hardcoded to 256 (the usual Zoomify default). The tileUrl must the the path to the image _directory_. + * The tileSize is currently hardcoded to 256 (the usual Zoomify default). The tileUrl must the path to the image _directory_. * * 2) Loading image metadata from xml file: (CURRENTLY NOT SUPPORTED) * From e6ae1ac4e168b5d3ff86d425ca8ffa05589f282e Mon Sep 17 00:00:00 2001 From: Daniel Berthereau Date: Mon, 13 Mar 2017 00:00:00 +0100 Subject: [PATCH 2/3] Typo. --- src/tilesource.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tilesource.js b/src/tilesource.js index f826ab48..135053de 100644 --- a/src/tilesource.js +++ b/src/tilesource.js @@ -318,7 +318,7 @@ $.TileSource.prototype = { /** * @function - * @param {Number} level + * @param {Rect} rect */ getClosestLevel: function( rect ) { var i, From f3198929b08f59387242da04fe9efc8533d797e4 Mon Sep 17 00:00:00 2001 From: Daniel Berthereau Date: Mon, 13 Mar 2017 00:00:00 +0100 Subject: [PATCH 3/3] Added a demo file for the Zoomify format. --- test/demo/zoomify.html | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 test/demo/zoomify.html diff --git a/test/demo/zoomify.html b/test/demo/zoomify.html new file mode 100644 index 00000000..f4ba031e --- /dev/null +++ b/test/demo/zoomify.html @@ -0,0 +1,38 @@ + + + + OpenSeadragon Zoomify Demo + + + + + +
+ Simple demo page to show a default OpenSeadragon viewer with a Zoomify tile source. +
+
+ + +