Hi,
I my application, I added the map control.
I have the following code in my init map control
GeographyUnit.DecimalDegree;ShapeFileFeatureLayer worldLayer = new ShapeFileFeatureLayer(m_shapeFileName);
winformsMap1.MapUnit =
WorldMapKitWmsDesktopOverlay
winformsMap1.Overlays.Add(worldMapKitDesktopOverlay);
....
worldMapKitDesktopOverlay = new WorldMapKitWmsDesktopOverlay();When I run my application, the map always has the "ThinkGeo Demo" on the map and "Powered by ThinkGeo" on the map. How to get rid of these? See my attachment. Thanks.