diff --git a/changelog.txt b/changelog.txt index d0aa0ebb..063ca6fa 100644 --- a/changelog.txt +++ b/changelog.txt @@ -43,6 +43,7 @@ OPENSEADRAGON CHANGELOG 1.2.1: (in progress) * Added preserveOverlays option (#561) +* Fixed: DZI tilesource was broken (#563) 1.2.0: diff --git a/src/openseadragon.js b/src/openseadragon.js index 9e164adf..c85c6012 100644 --- a/src/openseadragon.js +++ b/src/openseadragon.js @@ -518,10 +518,12 @@ * position is preserved when navigating between images in the sequence. * * @property {Boolean} [preserveOverlays=false] - * If the viewer has been configured with a sequence of tile sources, then - * normally navigating to through each image resets the overlays. + * If sequenceMode is true, then normally navigating to through each image + * resets the overlays. * If preserveOverlays is set to true, then the overlays * are preserved when navigating between images in the sequence. + * Note: setting preserveOverlays overrides any overlays specified in the + * "overlays" property. * * @property {Boolean} [showReferenceStrip=false] * If sequenceMode is true, then display a scrolling strip of image thumbnails for