diff --git a/example.html b/example.html index 15c30a9049..b5c8711f3a 100644 --- a/example.html +++ b/example.html @@ -21,6 +21,7 @@ map.addLayer(layer); map.setCenter(new OpenLayers.LatLon(0, 0), 0); + map.addControl(new OpenLayers.Control.LayerSwitcher()); } // -->