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 has been archived by the owner on May 9, 2018. It is now read-only.
Then I stop my App, turn Airplane mode and run my App again. The result is that not all the tiles are shown on map, different tiles missing in different zoom-s.
I use a 1.6.0 version with #581 fix cherry-picked.
The text was updated successfully, but these errors were encountered:
It seems some of the tiles you are trying to download failed. Try to use the backgroundCacheDelegate method - (void)tileCache:(RMTileCache *)tileCache didReceiveError:(NSError *)error whenCachingTile:(RMTile)tile and monitor that/set a breakpoint.
I think retrying tiles is not supported in this library, you probably need to handle the errors yourselves. Maybe make a list of the erroneous tiles from that delegate method and retry them after? Or if the reason of the tiles failing is clear, fix that.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I set up mapView and download tiles as in the example https://github.com/mapbox/mapbox-ios-sdk-offline
then I download tiles in cache:
Then I stop my App, turn Airplane mode and run my App again. The result is that not all the tiles are shown on map, different tiles missing in different zoom-s.
I use a 1.6.0 version with #581 fix cherry-picked.
The text was updated successfully, but these errors were encountered: