-
-
Notifications
You must be signed in to change notification settings - Fork 895
More Caching #19
Copy link
Copy link
Closed
Labels
bugThis issue reports broken functionality or another errorThis issue reports broken functionality or another error
Metadata
Metadata
Assignees
Labels
bugThis issue reports broken functionality or another errorThis issue reports broken functionality or another error
Is there any way I can convince my mapview to cache the images it downloads indefinitely? I'd like to be able to look at an area once and then have the tiles downloaded always available, at least until someone clear's the app's cache.
I'd also be happy with a way to supply my own custom tiles that doesn't involve hosting a webserver. Saw a technique for a React map library that involved giving a local filename to the device's filesystem instead of a URL. I doubt something like that would work as easily here, but how hard would it be for me to add?