Hello 2012-05-03 Jan Hartmann wrote: > Is it possible to show the layerswitcher open by default, so that all layers > are shown when a user accesses the page? Try this: var switcherControl = new OpenLayers.Control.LayerSwitcher(); map.addControl(switcherControl); switcherControl.maximizeControl(); -- Tomas