mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +03:00
Merge branch 'master' into collections
fixedConflicts: src/openseadragon.js
This commit is contained in:
commit
a411215eba
@ -43,6 +43,7 @@ OPENSEADRAGON CHANGELOG
|
||||
1.2.1: (in progress)
|
||||
|
||||
* Added preserveOverlays option (#561)
|
||||
* Fixed: DZI tilesource was broken (#563)
|
||||
|
||||
1.2.0:
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user