Downloaded and installed new beta this morning. My code is the same but now the following is not working:
Create the following Layer and add to StaticOverlay.Layer:s
GdiPlusRasterLayer siteLayout = new GdiPlusRasterLayer(MapPath("~/Images/Sites/SiteExample1.jpg"));
Add InMemoryFeatureLayer and add to StaticOverlay.Layers
This will display correctly.
As soon as I create an InMemoryMakerOverlay and add to CustomOverlays, the other two layers dissappear from the MAP and only the MarkerOverlay is displayed. One thing to note is that I am using a ClassBreakMarkerStyle.