I want to open background images behind my map data. I have found that all layers seem to be displayed in the order they are added to the map window. For instance, if I add a layer called roads, and then add an image, the image is diaplayed over the roads layer. If I add the image layer first, it is displayed under the roads. I believe that if I add images to the StaticOverlay and map data to the DynamicOverlay the display will work as I want.
My issue is that I want to have landbase data on the StaticOverlay, my customer data on the DynamicOverlay, and still be able to open backdrop images on the fly without them overwriting any map data. Is this possible?