Merge remote-tracking branch 'origin/master' into fix_triangulation
Conflicts: src/ol/TileCache.js
This commit is contained in:
@@ -202,16 +202,6 @@ class ReprojTile extends Tile {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
disposeInternal() {
|
||||
if (this.state == TileState.LOADING) {
|
||||
this.unlistenSources_();
|
||||
}
|
||||
super.disposeInternal();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the HTML Canvas element for this tile.
|
||||
* @return {HTMLCanvasElement} Canvas.
|
||||
|
||||
Reference in New Issue
Block a user