ThinkGeo.com    |     Documentation    |     Premium Support

Why my map control always have the "ThinkGeo Demo" on it

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.


 



Katherine,


Thanks for your post and questions.
 
The “ThinkGeo Demo” on the map and “Powered By ThinkGeo” are different things. You could remove the “Powered By ThinnkGeo” by removing the AdormentLayer or just set the show logo to false, see detailed code in following post:
gis.thinkgeo.com/Support/Dis...fault.aspx
 
While, for the “ThinkGeo Demo”, this is produced by using our free online WorldMapKit resources, you could try to contact our support to get the WorldMapKit product and use it locally, then you could just adjust it as you want.
 
Any more questions just feel free to let me know.
 
Thanks.
 
Yale

Hi Yale,


 


Thank you very much for your help.


I bought the full version of Desktop Edition 3.0 and removed the trail version and installed the full version.


I removed the map control from my application and added a new map control which points to "C:\Program Files\ThinkGeo\Map Suite Desktop Full Edition 3.0\Developer Reference\DesktopEdition\DesktopEdition.dll".


 


However, when I run my application, I still see "ThinkGeo Demo" on my map. How to remove the"ThinkGeo Demo" from my map?


Thanks,


 


Katherine



Katherine, 
  
 Thanks for your response, as I said in prvious post, the “ThinkGeo Demo” is caused when you are using the On-line Mapsuite WorldMapKit WMS server, so if you want, you could contact our support to buy our another product called “WorldMapKit” which is separate from Desktop Edition, in this way, you could use the WorldMapKit(includes the source code) locally. 
  
 Any more questions just feel free to let me know. 
  
 Thanks. 
  
 Yale