caller
03-04-2011, 10:52 AM
hi,
since some days my app becomes dramatically slower. profiling gives me that very mouch computation time is spend in
gov.nasa.worldwind.avlist.AVListImpl.fir ePropertyChange(String, Object, Object)
I am invoking it in my layers to notify worldwind it has to redraw, because of a layer change. removing this notifications and just moving the mouse over the globe also gives me the redraws, but the app is dramatically faster...
is this a WWJ bug, or is there a better way to inform wwd of a layer change?
thx
marco
since some days my app becomes dramatically slower. profiling gives me that very mouch computation time is spend in
gov.nasa.worldwind.avlist.AVListImpl.fir ePropertyChange(String, Object, Object)
I am invoking it in my layers to notify worldwind it has to redraw, because of a layer change. removing this notifications and just moving the mouse over the globe also gives me the redraws, but the app is dramatically faster...
is this a WWJ bug, or is there a better way to inform wwd of a layer change?
thx
marco