We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In iOS13, it seems Apple introduced the possibility of zooming more than the available OSM tiles (https://wiki.openstreetmap.org/wiki/Slippy_map_tilenames)
Steps to reproduce
At some point no tiles are displayed.
** Possible solution**
The issue may be solved by limiting the max zoom for each tile server:
Add to GPXTileServer the max zoom for each source.
Then calculate the current zoom (see https://github.com/merlos/MapCache/blob/master/MapCache/Classes/MKMapView%2BMapCache.swift)
Limit max zoom https://stackoverflow.com/questions/1636868/is-there-way-to-limit-mkmapview-maximum-zoom-level
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
In iOS13, it seems Apple introduced the possibility of zooming more than the available OSM tiles (https://wiki.openstreetmap.org/wiki/Slippy_map_tilenames)
Steps to reproduce
At some point no tiles are displayed.
** Possible solution**
The issue may be solved by limiting the max zoom for each tile server:
Add to GPXTileServer the max zoom for each source.
Then calculate the current zoom (see https://github.com/merlos/MapCache/blob/master/MapCache/Classes/MKMapView%2BMapCache.swift)
Limit max zoom
https://stackoverflow.com/questions/1636868/is-there-way-to-limit-mkmapview-maximum-zoom-level
The text was updated successfully, but these errors were encountered: