Any ideas what might cause this?
The code which inserts the shape is:
Feature pointFeature =newFeature(mf.Feature.GetShape().GetCenterPoint());MapShape ms =newMapShape(pointFeature);PointStyle ps =newPointStyle(geoImage);ps.PointType = PointType.Bitmap;ms.ZoomLevels.ZoomLevel01.DefaultPointStyle = ps;ms.ZoomLevels.ZoomLevel01.ApplyUntilZoomLevel = ApplyUntilZoomLevel.Level20;