Implementing online/offline map on android #1621
Unanswered
DanSC1Thirdeye
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, I have an app that requires both online and offline maps.
I want it to be build so I have a default layer with zoom 0 - 5 of the whole world,
then another changing layer based on what the user chooses for more detailed region and online map above all.
My issue is that I want the tiles from the detailed map to show on top of the online when the user is not online or the online source dosn't have the requested tile.
my style currently looks like this
It works OK but the issue is that the cached online map is drawn on top of the detailed region that is obviously more detailed when the user is offline.
Has anyone ever encountered anything like this?
Beta Was this translation helpful? Give feedback.
All reactions