mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-25 14:46:10 +03:00
Merge branch 'master' of https://github.com/openseadragon/openseadragon
This commit is contained in:
commit
eaddc1c33b
@ -10,6 +10,7 @@ OPENSEADRAGON CHANGELOG
|
|||||||
* The Viewer's tileSources option is now smarter about detecting JSON vs XML vs URL (#999)
|
* The Viewer's tileSources option is now smarter about detecting JSON vs XML vs URL (#999)
|
||||||
* The navigationControlAnchor option now works for custom toolbar as well (#1004)
|
* The navigationControlAnchor option now works for custom toolbar as well (#1004)
|
||||||
* Added getFullyLoaded method and "fully-loaded-change" event to TiledImage to know when tiles are fully loaded (#837)
|
* Added getFullyLoaded method and "fully-loaded-change" event to TiledImage to know when tiles are fully loaded (#837)
|
||||||
|
* Fixed: Initial tile load wasn't happening in parallel (#1014)
|
||||||
|
|
||||||
2.2.1:
|
2.2.1:
|
||||||
|
|
||||||
|
@ -992,6 +992,7 @@ $.extend($.TiledImage.prototype, $.EventSource.prototype, /** @lends OpenSeadrag
|
|||||||
// Load the new 'best' tile
|
// Load the new 'best' tile
|
||||||
if (bestTile && !bestTile.context2D) {
|
if (bestTile && !bestTile.context2D) {
|
||||||
loadTile(this, bestTile, currentTime);
|
loadTile(this, bestTile, currentTime);
|
||||||
|
this._needsDraw = true;
|
||||||
this._setFullyLoaded(false);
|
this._setFullyLoaded(false);
|
||||||
} else {
|
} else {
|
||||||
this._setFullyLoaded(true);
|
this._setFullyLoaded(true);
|
||||||
|
Loading…
Reference in New Issue
Block a user