Fixed problem with subsequent zooms not loading tiles

This commit is contained in:
Ian Gilman 2017-05-15 10:51:17 -07:00
parent bb0846f1a5
commit 03e43998eb

View File

@ -925,6 +925,7 @@ $.extend($.TiledImage.prototype, $.EventSource.prototype, /** @lends OpenSeadrag
_updateViewport: function() {
this._needsDraw = false;
this._tilesLoading = 0;
this.loadingCoverage = {};
// Reset tile's internal drawn state
while (this.lastDrawn.length > 0) {