Add PanZoomBar, make PanZoom not also have a bar, remove LayerSwitcher control for the time being.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@33 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2006-05-15 18:28:57 +00:00
parent a6f794be8d
commit b27500e511
3 changed files with 176 additions and 65 deletions

View File

@@ -24,7 +24,6 @@
{map: '/mapdata/vmap_wms.map', layers: 'basic', format: 'image/jpeg'} );
map.addLayer(layer);
map.addControl( new OpenLayers.Control.LayerSwitcher() );
map.setCenter(new OpenLayers.LatLon(lat, lon), zoom);
}
// -->