| 1 | | See OpenLayers.Control.LayerSwitcher |
| | 1 | = The !LayerSwitcher = |
| | 2 | |
| | 3 | This is the control that allows the user to switch between BaseLayers and to hide and show [wiki:Overlays] |
| | 4 | |
| | 5 | ''For a technical specification of this [wiki:Control], see [wiki:OpenLayers.Control.LayerSwitcher]'' |
| | 6 | |
| | 7 | |
| | 8 | === Minimizing and Maximizing === |
| | 9 | |
| | 10 | * When the control is first loaded, it starts out in minimized form: [[Image(layer-min.jpg)]] |
| | 11 | |
| | 12 | * When the user clicks the plus sign, the !LayerSwitcher is expanded to show its contents: [[Image(layer-max.jpg)]] |
| | 13 | |
| | 14 | == Hiding and Showing [wiki:Layers] == |
| | 15 | |
| | 16 | * Click on the radiobuttons or checkboxes or the layer name labels to hide and show the different [wiki:Layers]. Note that BaseLayers are mutually exclusive: you can only see one of them at a time. Ex: [[Image(layer-hideshow.jpg)]] |
| | 17 | |
| | 18 | === For more information about BaseLayers and [wiki:Overlays], see BaseLayersAndOverlays === |