Merge remote-tracking branch 'origin/master' into fix_triangulation

Conflicts:
	src/ol/TileCache.js
This commit is contained in:
philip
2020-01-11 17:36:40 +00:00
139 changed files with 10057 additions and 2161 deletions
-10
View File
@@ -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.