ThinkGeo.com    |     Documentation    |     Premium Support

Demo Version Watermark

 I had downloaded and the desktop and geocoder trial versions for evaluation purposes and have since bought the commercial versions.  am using the DLLs from the comercial packages but I still have a "Demo" watermark on the map control when I launch an application compiled with the MapSuite Desktop Edition map control (ThinkGeo.MapSuite.DesktopEdition.WinformsMap).  Is there something else I need to do to register the product so that the watermark will no longer be visible?  


 


 



Hi Brandt, 
  
 Thanks for choose our map suite! 
  
 Have you installed the full version after you bought our product? 
  
 Our eval version and full version can be installed in one machine at the same time, so I think you must installed the full version and the watermark will be removed after that. 
  
 Any question please let us know. 
  
 Regards, 
  
 Don

 I have installed the full version.  The watermark is still there.   I have installed to C:\Program Files\ThinkGeo\Map Suite Desktop Full Edition 4.5 and I am building against the DLLs that came with the full version.  I also readded the map control (from the full version) and reinserted that onto new form for testing purposes.  I am still getting the watermark.  Is there a GAC issue I should know about or am I missing someting here?



Hi Brandt, 
  
 I think your code should like this as below: 
  WorldMapKitWmsDesktopOverlay worldMapKitOverlay = new WorldMapKitWmsDesktopOverlay(); 
             winformsMap1.Overlays.Add(worldMapKitOverlay); 
 
  
 The “ThinkGeo Demo” watermark will shows when you haven’t provided a private key of our WorldMapKit product. 
  
 You can try to load a Shape file and you won’t see the watermark when you are using full version. 
  
 Any question please let us know. 
  
 Regards, 
  
 Don

Brandt,  
  
 If you are receiving the ‘Demo’ watermark you are accessing the WorldMapKitWmsOverlay which actually access our online WMS server. As this is a freely available WMS server we place a ‘Demo’ watermark on the map. You will also notice this is the same Overlay we use in many of our sample applications. 
  
 There are two ways to access the World Map Kit without a watermark: 
 1. To access the data locallywithout a watermark you can use our World Map Kit SDK where you reference the WorldMapKitRenderLayer.cs and extact all the World Map Kit data to your local machine. 
  
 2. If you wish to use an online version of the World Map Kit data you can subscribe to our World Map Kit Online service which provided the World Map Kit data without the ‘Demo’ watermark. 
  
 Best regards,  
 Ryan