Re: [mapguide-users] Remove Map Overview window

2013-10-24 Thread JamesDudden
Hi, I can see how to hide the overview map using the Aqua template but can anyone help me hide it using the Limegold template? Thanks - Software-Matters -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Remove-Map-Overview-window-tp5059942p5085543.html Sent from the Map

Re: [mapguide-users] Remove Map Overview window

2013-10-24 Thread Jackie Ng
Aqua is a special case because everything in that template is floating windows. For the other templates which are all panel-based, I think you just have to remove/comment out the actual div element with the same id so Fusion can't find it to attach the OverviewMap widget onto it. You may also need

Re: [mapguide-users] Remove Map Overview window

2013-10-24 Thread JamesDudden
Thanks Jackie, I ended up reducing the height and this has worked for me as below (changed from 214 to 5) var splitter2 = new Jx.Splitter('Sidebar', { splitInto:2, elements:[$('Info'),$('Bottom')], layout:'vertical', containerOptions: [ {},

Re: [mapguide-users] Remove Map Overview window

2013-06-17 Thread Laura Kauria
Yes, this was an easy cake with your instructions! Cheers, Laura 2013/6/13 Jackie Ng > It seems all the Fusion templates assume a Overview Map widget present even > if you don't use it. > > For Aqua, if you just want to hide that window on a global template level > (the easiest solution), just

Re: [mapguide-users] Remove Map Overview window

2013-06-13 Thread Jackie Ng
It seems all the Fusion templates assume a Overview Map widget present even if you don't use it. For Aqua, if you just want to hide that window on a global template level (the easiest solution), just comment out this line (http://trac.osgeo.org/mapguide/browser/trunk/MgDev/Oem/fusionMG/templates/m

[mapguide-users] Remove Map Overview window

2013-06-13 Thread Laura Kauria
Hey all! I am trying to create a map service with Maestro 5.0RCx and MapGuide OS 2.5. I created a fusion layout with Aqua template since Aqua was the most minimalized. I still want to get rid of "Overview Map" box which appears launching the site. I tried to modify "ApplicationDefinition" xml co