Hi Guys,
I have a GroupLayer containing two InMemoryFeatureLayers, the GroupLayer has been added to the DynamicOverlays. The first layer added to the GroupLayer conatins lines using custom styles, the second contains points using a default point style.
I need the layer containing the lines to be drawn first and then the point layer. Before using a GroupLayer I could control the display order by adding the line layer first and then the point layer second.
Now they are in a GroupLayer, whatever I do the with ordering the layers within the GroupLayer the point layer is always drawn first and then the line layer. Is this a bug or is there a way to control the order in which layers are displayed in GroupLayer?
Regards
John