You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to add multiple tile servers via the config but atm only the first one is loaded in Viewer.py: self.tile_loader = TileLoader.TileLoader(self, 0)
I managed to get the second one loaded by just creating a second TileLoader object but by this opacity control and priority order doesn't work anymore.
The text was updated successfully, but these errors were encountered:
I was trying to add multiple tile servers via the config but atm only the first one is loaded in
Viewer.py
:self.tile_loader = TileLoader.TileLoader(self, 0)
I managed to get the second one loaded by just creating a second TileLoader object but by this opacity control and priority order doesn't work anymore.
The text was updated successfully, but these errors were encountered: