Set ABORT state in base class

This commit is contained in:
Andreas Hocevar
2019-10-30 10:19:19 +01:00
parent 459efede60
commit 79ea5bf9cd
4 changed files with 8 additions and 13 deletions

View File

@@ -73,14 +73,6 @@ class VectorTile extends Tile {
}
/**
* @inheritDoc
*/
disposeInternal() {
this.setState(TileState.ABORT);
super.disposeInternal();
}
/**
* Get the feature format assigned for reading this tile's features.
* @return {import("./format/Feature.js").default} Feature format.