Ignore overlays for now
This commit is contained in:
parent
88f81efcf5
commit
3eb9446a5d
@ -100,6 +100,10 @@ export default class OverviewerMapProvider extends MapProvider {
|
||||
return;
|
||||
}
|
||||
|
||||
if(tileset?.isOverlay) {
|
||||
return;
|
||||
}
|
||||
|
||||
const world = worlds.get(tileset.world) as LiveAtlasWorldDefinition,
|
||||
nativeZoomLevels = tileset.zoomLevels,
|
||||
tileSize = serverResponse.CONST.tileSize;
|
||||
|
Loading…
Reference in New Issue
Block a user