ThinkGeo.com    |     Documentation    |     Premium Support

Remove Powered by ThinkGeo

How do I remove this logo in the bottom right hand side of the map.  I know how to add a new layer with our own logo, but I can't remove the default ThinkGeo one. 


Please help,


thanks.



Hi, Deven 
  
 Thanks for your post. 
  
 You can remove the "Powered by ThinkGeo" logo with ease by disable the Logo map tool. Please refer to the code below: 
 Map1.MapTools.Logo.Enabled = false; 
  
 Please let me know if you have any questions. 
  
 Thanks, 
  
 Khalil

Khalil,  that worked on my local box just fine.  However when I deploy to my live web server, the logo still appears?  Any thoughts?


 EDIT:  It did work, I think IIS was caching the page for a bit, once I did a restart of the website it worked.


THANK YOU.



Hi, Deven 
  
 The logo will be cached on the client-side around one day. So as you have mentioned, and it will works well once you have restarted IIS server or ApplicationPool which your web app is hosted in. 
  
 Thanks, 
  
 Khalil