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 have a couple of use cases where I want to show the previous overzoomed level while waiting for the next level to load.
First use case is to hide the loading of the tiles (prevent the gray boxes whilst the tile is loading).
Second use case is to show an overzoomed tile when a 404 is returned for that zoom level (due to the map server not having a full tile set at that zoom).
Any tips as to how this could be implemented in your code base?
I'd be happy to do the work if you can point me in the correct direction.