ThinkGeo.com    |     Documentation    |     Premium Support

How can you add a second logo image at the bottom of the map

Hello,


Am able to change the thinkgeo logo at the bottom right corner of the map with a custom logo by using


                Map1.MapTools.Logo.Enabled = true;

                Map1.MapTools.Logo.ImageUri = new Uri(Request.Url, "/theme/default/img/mylogo.png");


My question is whether is possible to add a second logo at the bottom left corner  by using a class or method (and not by defining for example a layer that will display the logo at the specific coordinates)


Thanks


Dimitris



 We have a project in the Code Community Graphic Logo Adornment Layer that shows almost exactely how to do what you are asking except that this is a Desktop app and not a Web app. I still recommend that you check it out because the core classes are identical throughout the different versions. If you have not figured out how to port the code to the WebEdition, let us know and we will send you the exact code. Thank you.


code.thinkgeo.com/projects/s...nmentlayer


 



Hello,


I couldn't migrate the code and make it work. Can you sent me the code in WebEdition.


Thanks


dimitris



You can check out the project Graphic Logo for Web for that. We posted it today in the Code Community. Thank you.


code.thinkgeo.com/projects/s...logoforweb



Thank you


This works fine.


It would be nice if we had all the projects you provide at your site in web edition also


 


dimitris



I am glad this is working for you now.  
 Most of our projects in the Code Community are in the Services edtion where only the reference to MapSuiteCore.dll is necessary. This means that both Desktop and Web editions users can take advantage. Nonetheless, we are aware that we need more edition specific projects and we are working on filling that gap. Notice that this week, we added four Web projects and a Silverlight one.