Hi,
I think you have to call maximizeControl after you create it. It's minimized in the draw function so it's minimized at the beginning.
var c = new OpenLayers.Control.LayerSwitcher({});
map.addControl(c);
c.maximizeControl();
Regards,
Slawomir

Am 14.09.2010 14:12, schrieb Walter Lorenzetti:
Hi all,

a simple question...

is possible to set up the Control LayerSwitcher open at start OL?

Thanks in advance
W


_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to