-
-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
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
Offline Maps not loading after couple weeks anymore #36
Comments
Is it possible there are cache headers that are being applied? If I remember correctly, the offline manager may look at those headers. |
Thanks for your response :) That's actually a good idea I haven't thought of. I did some testing and I believe my response headers don't contain any maximum caching policy, ttl, or anything that could be interpreted by Maplibre. I tried the following requests:
This is the response I got:
and
|
Is there any update on this issue? I'm working on something connected, where tiles are reported to disappear after some weeks. |
I can download a region for offline use and it works very well. But after 1-2 weeks, I believe, the region downloaded doesn't load properly on all zoom levels.
The map is still available in the offline manager and the area loads when zoomed out. But when you zoom in, the paths & information that only appear when zoomed in don't load anymore.
I do provide the zoom levels when downloading:
but then zoom levels 13-14 won't load, only 10-12 (repeating myself here sorry).
Any idea if there's any fix for this? or how to properly debug?
Much appreciated 😄
The text was updated successfully, but these errors were encountered: