Skip to content

Commit

Permalink
Fix/remove black void if hires-tiles cant load
Browse files Browse the repository at this point in the history
  • Loading branch information
TBlueF committed Oct 4, 2024
1 parent 0d64bc0 commit 7829f31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/webapp/src/js/map/Tile.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ export class Tile {

this.model = model;
this.onLoad(this);
}, () => {
this.unload();
})
.finally(() => {
this.loading = false;
Expand Down

0 comments on commit 7829f31

Please sign in to comment.