Force redraw off image layer region #1868
-
I'm using osgearth-3.2.0, and a custom layer derived from osgEarth::ImageLayer. The data which this custom layer renders can change over time, so I'd like to be able to invalidate a region of the globe to force redraw with the new data. I tried
but this does not seem to trigger a redraw of the layer. Is there any way to achieve this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I am trying to achieve the exact same thing on the same version, invalidateRegion has no effects. Did you or someone else here found a solution ? |
Beta Was this translation helpful? Give feedback.
-
I've tested this and it seems to work in osgEarth master branch with a quick test of the wms_nexrad demo.. |
Beta Was this translation helpful? Give feedback.
I've tested this and it seems to work in osgEarth master branch with a quick test of the wms_nexrad demo..
Do you have a cache enabled? If so an invalidation might just be loading cached data.