Graphics layer is flashing

2810
1
11-10-2014 02:02 PM
RudolfKopriva1
New Contributor

I have a graphics layer, that is loaded first and I want to keep it on top while other layers are loading. Therefore I insert other layers to the position before the graphics layer. The problem is that the graphics layer is flashing everytime new layer is inserted. The best way how to reproduce the issue is when I remove and add the same layer over again, see sample code in attachments. It looks like the graphics layer is refreshed every time I insert a layer, how can I disable the refresh?

0 Kudos
1 Reply
RudolfKopriva1
New Contributor

The graphic layer stopped flashing after I set the renderingMode to AGSGraphicsLayerRenderingModeDynamic.

0 Kudos