Hello guys...

I have that layer on Openlayers :

      var _layer = new OpenLayers.Layer.MapServer(
       "PointLayer",
       _cgi,
       {
           map: _mapfile,
           singleTile: true,
            layers: ['Layer1', 'Layer2', 'Layer3'],
           transparent: "true",
           format: "image/png"
       },
    );

If I use setVisibility on PointLayer, Layer1, 2 and 3 are turned ON...
How Can I turn on/off Layer1,Layer2,Layer3 individually on javascript?

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

Reply via email to