Handle aborted tiles in ol.TileQueue
This commit is contained in:
@@ -72,6 +72,8 @@ ol.ImageTile.prototype.disposeInternal = function() {
|
||||
if (this.interimTile) {
|
||||
this.interimTile.dispose();
|
||||
}
|
||||
this.state = ol.TileState.ABORT;
|
||||
this.changed();
|
||||
goog.base(this, 'disposeInternal');
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user