Getting images from already loaded ImageLayer #1867
-
I have loaded some ImageLayers and they are visible on the map. However, when I attempt to get various pieces of an image for some TileKey, it can take some time as it appears the driver wants to regenerate each image. Since the ImageLayer is already loaded and visible on the map, is it possible to get the image associated with some TileKey without regenerating that image? Below is an example of what I am currently doing:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
No - Since the Map data model and the terrain engine are separate components, osgEarth does not have a way to access already-loaded tile images directly. It is on the "some day" list. In the meantime, a cache might help with this. |
Beta Was this translation helpful? Give feedback.
No - Since the Map data model and the terrain engine are separate components, osgEarth does not have a way to access already-loaded tile images directly. It is on the "some day" list.
In the meantime, a cache might help with this.