<div dir="ltr"><div><font color="#333300"><font size="2"><font face="arial,helvetica,sans-serif">Hello Group, </font></font></font></div>
<div><font color="#333300"></font> </div>
<div><font color="#333300"><font size="2"><font face="arial,helvetica,sans-serif">I have a base layer and a couple of overlays. The base layer has some objects to display and both the overlays have nothing to display. But the total map shows nothing but just a white sceen. I suspect the overlays hiding the base layer. How do I set these overlays transparent so that I can see the base layer and on top of that these overlays ? </font></font></font></div>


<div><font color="#333300"></font> </div>
<div><font color="#333300">My WMS layer definitions are as below</font></div>
<div><font color="#333300"></font> </div>
<div><font color="#333300">var gisLayer = new OpenLayers.Layer.WMS( &#39;Gis Layer&#39; , wmsURL , { layers: &#39;gis&#39;, styles: &#39;Default&#39;, format: &#39;image/png&#39; } , { buffer: 1 , isBaseLayer: false } );<br>

   var adminLayer = new OpenLayers.Layer.WMS( &#39;Admin Layer&#39; , wmsURL , { layers: &#39;admin&#39;, styles: &#39;Default&#39;, format: &#39;image/png&#39; } , { buffer: 1 , isBaseLayer: false } );<br>   var cadLayer = new OpenLayers.Layer.WMS( &#39;Cadastre Layer&#39; , wmsURL , { layers: &#39;cadastre&#39;, styles: &#39;Default&#39;, format: &#39;image/png&#39; } , { buffer: 1 , isBaseLayer: true} );</font></div>


<div><font color="#333300"><font size="2"><font face="arial,helvetica,sans-serif"></font></font></font> </div>
<div><font color="#333300">I am sorry, I have a very little knowledge in Java Script and so I keep posting these little things. </font></div>
<div><font color="#333300"></font> </div>
<div><font color="#333300">Thanks,</font></div>
<div><font color="#333300">Kalyan</font></div>
<div><font color="#333300"><font size="2"><font face="arial,helvetica,sans-serif"> </font></font></font></div>
<div><br></div></div>