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