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',
format: format,
//displayInLayerSwitcher: false,
//visibility: false,
transparent: true
},
{singleTile: true, ratio: 1}
);

Thanks
Doug
_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to