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