We are using the Desktop Edition of MapSuite with Winforms in C# (we are not using WPF). I need to be able to support Wrapping the DateLine so that the user can pan the map to either the east or west in a continuous fashion and also see lines, arcs, polygons etc which overlap the date line. I have looked at several of the sample applications. There is one titled "WrapDatelineMode" which use a class called "WorldMapKitWmsWpfOverlay" to set the WrappingMode.WrapDateline. I also noticed in the documentation that there is another class called "WorldMapKitWMSWebOverlay" that seems to support this feature as well. I assume that both of these only function with a "WMS server" that provides the maps online. We can not use online maps. We use the World Map Kit data on a server that we have loaded manually with the MapSuiter World Map Kit data. In order to load the map, we have to build an overlay, which we currently define just as a LayerOverlay, containing separate layers is the "Layers" collection for each of the shapefiles in the World Map KIt data. This LayerOverlay does not support the WrappingMode.WrapDateline.
Is there any way to load the World Map Kit data shapefiles into an overlay that will support WrapDateLine? Do I have to set the WrapDateLine for each layer as the World Map Kit is loaded? Are there any samples for WrapDateLine that do not depend on the web for the map overlay?
Richard