ThinkGeo.com    |     Documentation    |     Premium Support

How to create WorldMapKitWmsDesktopOverlay

Hi,


I bought the full version of "Map Suite Desktop Full Edition 3.0" kit. I added WinformsMap control in my application.


I added the following two lines of code to bring up the word map as background of my map control.



WorldMapKitWmsDesktopOverlay



 worldMapKitDesktopOverlay = new WorldMapKitWmsDesktopOverlay();

However, when I run my application, the world map comes up and there is "ThinkGeo Demo" on the world map.


I was told that I have to buy the World Map Kit to get rid of the "ThinkGeo Demo".


So I bought the World Map Kit. The world map kit only contains a bounch of data files and a couple of sample solutions.


I have problem to even open the sample solution file.


Can anyone show me how to get rid of the "ThinkGeo Demo"? Any code sample will be appreciated.


Thanks.


 


Katherine



winformsMap1.Overlays.Add(worldMapKitDesktopOverlay);



Katherine, 



The WorldMapKitWmsOverlay is accessing our demo WMS World Map Kit server, which is why there is a Demo watermark placed on the map. Please see the WorldMapKitDemos folder included with the World Map Kit. It contains sample code you can use to access your local World Map Kit data. 



Thanks!