ThinkGeo.com    |     Documentation    |     Premium Support

Powered by ThinkGeo

Hey


I noticed that there's a little "Powered By ThinkGeo" icon appearing on the MapSuite 3.0 maps. Is there a way to remove this?


It catches the eye, and takes the focus away from other elements on the map.



Ok, found the property… ShowLogo = false :P

Thanks for post and Thanks for the answer:)

This property ‘ShowLogo’ seems to be gone in the full version 3.1.299.  Is there a way to turn off the ‘Powered by ThinkGeo’ in the lower right now? 
  
 This is not something we want to be in our shipping product.

Brain,


Thanks for your post and question. Try the following code instead, hope it can helps.



winformsMap1.AdornmentOverlay.ShowLogo = false;

If any more questions just feel free to let me know.
 
Thanks.
 
Yale

Yale, 
  
 This is good to know! Is it possible to change the logo to one of our own? 
  
 Thanks, 
 David









Hi David,


 


I think you could implement this by writing your own Adornment layer. We have several sample projects in our code community show you how to extend the AdornmentLayer in Map Suite Core. For example, you can take a look at the Compass one:


code.thinkgeo.com/projects/show/compass


 


I think you just need to modify several lines of code in DrawCore method to draw your own logo. At last, you just need to add your own AdornmentLayer to the AdornmentOverlay.Layers collection. 


 


Hope this makes sense and any more questions please let us know.


 


Thanks,


 


Sun




David, 
  
   We are working on a code community project for your own custom logo adornment layer.  It should be posted later today. 
  
 David

 


Guys,
 
We have created a new sample by extending LogoAdornmentLayer that you can set any bitmap as your logo.
 
You can get it by following URL:
code.thinkgeo.com/projects/s...nmentlayer
 
 
Thanks
James