Merge pull request #10478 from ahocevar/abort-without-dispose

Do not abort and dispose of tiles
This commit is contained in:
Andreas Hocevar
2020-01-09 09:52:07 +01:00
committed by GitHub
26 changed files with 66 additions and 413 deletions

View File

@@ -387,9 +387,6 @@ class CanvasVectorLayerRenderer extends CanvasLayerRenderer {
return true;
}
if (this.replayGroup_) {
this.replayGroup_.dispose();
}
this.replayGroup_ = null;
this.dirty_ = false;