Map Cache #2659
Replies: 2 comments 1 reply
-
You can set the number of threads by calling mapnode->getTerrainOptions().setConcurrency(n);
mapnode->getTerrainEngine()->dirtyTerrainOptions(); There is no maximum cache size in the default The cache is meant to be a transient "black box" and the format subject to change from version to version. |
Beta Was this translation helpful? Give feedback.
-
Thank you very much. I was asking the last question as it seems the cache folder name is based upon at least the URI, image size, and probably more parameters. Since I am getting different cache folder names, I am presuming I do not have some parameter the same. Is the setConcurrency() similar to the (old) loadingPolicy()? |
Beta Was this translation helpful? Give feedback.
-
Questions concerning map cache while running in application using osgEarth. It seems like I knew some of these answers, but cannot seem to find them at this time, so apologize if already known:
Beta Was this translation helpful? Give feedback.
All reactions