Re: [OpenLayers-Users] How to have overlays off by default

2009-07-02 Thread Barker, Doug
width: '800', layers: 'prof_reg:states50D_ce', styles: '', srs: 'EPSG:4269', height: '317', format: format, transparent: true }, { singleTile: true, ratio: 1, visibility: false, displayInLayerSwitcher: false } ); hope that helps, Chad Barker

[OpenLayers-Users] How to have overlays off by default

2009-07-01 Thread Barker, Doug
Hi, How do I have the overlays in a map turned off when the map starts up? I tried the two items below (commented out). // CE ce = new OpenLayers.Layer.WMS( "CE", "http://localhost:8080/geoserver/wms";, { width: '800', layers: 'prof_reg:states50D_ce', styles: '', srs: 'EPSG:4269', height: '317', f