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
{{ message }}
This repository was archived by the owner on Nov 20, 2024. It is now read-only.
At the moment osmdroid is restricted to use a maximum zoom level of 22 even if the tile server provides much higher resolution, for example 26.
The implementation of TileSystem restricts the maximum zoom level to 22. Is it possible to raise the maximum to higher numbers? It seems that using higher zoom level than 22 cause integer overflows.
I started a new fork trying to address this problem but it is not working. I appreciate any help on that.