diff --git a/common/webapp/src/js/map/Tile.js b/common/webapp/src/js/map/Tile.js index a7714314..375bc56c 100644 --- a/common/webapp/src/js/map/Tile.js +++ b/common/webapp/src/js/map/Tile.js @@ -66,6 +66,8 @@ export class Tile { this.model = model; this.onLoad(this); + }, () => { + this.unload(); }) .finally(() => { this.loading = false;