-
Notifications
You must be signed in to change notification settings - Fork 56
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
Download Layer in Android Application #21
Comments
I need to clarify exactly what you want to do. Do you want to work with offline layers??, in that case you have to fill the cache and play with enable and disable property, Thank you El 16/12/2013, a las 12:27, Saoud Nidhal notifications@github.com escribió:
|
No, it's not offline. My question is how can i enable Layer with setEnable(true) without delete map from screen for user. Now, if i have globe with OSM Layer and when i enable Temperature Layer OSM Layer is not visible for user. So, download layer in background and enable it without losing the display of the original map |
to simplify, how can i download WMSLayer and save it in cache without display it in map ? |
Yes you can download any layer for be used, actually all the tiles that you are downloading are stored on cache. In this readme you can see how you can prepare and android app to download the layer you want, this cache could be use wherever lately.: To enable, disable layers you can see how is this management in : Pay attention to the transparency and which is the base layer and things like that. |
Hi,
In my application i have to add many WMSLayer in some time.
For exemple i have OpenStreetMap Layer and i want to add temperature Layer.But, when temperature Layer is not in cash and i have to download it. and when downloading I want to save globe and Open Street Map Layer avaliable for user.
So, Downloading layer in Background (Without black screen for user and save globe state ) and when finish add layer in globe.
Solution to do this?
thanks
The text was updated successfully, but these errors were encountered: