<p>Ah, and the reason for this is that the layer in your configuration results in a single image request to the server, so the server stacks the images of the three layers into one.</p>
<p>Andreas.</p>
<div class="gmail_quote">On Jun 24, 2012 11:20 AM, &quot;Andreas Hocevar&quot; &lt;<a href="mailto:ahocevar@opengeo.org">ahocevar@opengeo.org</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<p>To achieve this, you have to use a style that uses opacity on the server side.</p>
<p>Andreas.</p>
<div class="gmail_quote">On Jun 21, 2012 7:56 PM, &quot;julia paredes&quot; &lt;<a href="mailto:japr94@hotmail.com" target="_blank">japr94@hotmail.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div><div dir="ltr">
<div>Hi all,</div><div><br></div><div>If I have a group layer definition such as the following :</div><div><br></div><div>var Test = new OpenLayers.Layer.WMS(</div><div>                 &quot;Group Layer&quot;, mapserverUrl,</div>

<div>                {</div><div>                    map: &quot;C:/Users/Administrator/map.map&quot;,</div><div>                    layers: [</div><div>                        &quot;First&quot;,</div><div>                        &quot;Second&quot;,</div>

<div>                        &quot;Third&quot;</div><div>                     ],</div><div>                    format: &quot;image/png&quot;,</div><div>                    transparent: &quot;true&quot;</div><div>               <span style="font-size:10pt"> }</span></div>

<div>                ,</div><div>                {   </div><div>                    isBaseLayer: false,</div><div>                    visibility: false,</div><div>                    opacity: opa</div><div>                }</div>

<div>                );</div><div><br></div><div>Is there a way I could change the opacity of just one of the layers belonging to the group layer?</div><div>Before adding a group layer I was using jquery to add a slider and a drop down menu to select a layer to change the opacity.</div>

<div>I am not sure if the layer opacity slider provided by GeoExt will make this easier or if there is a way to access a particular layer in the group layer by doing something like Test.layers[0]</div><div><br></div><div>

Any ideas?</div><div><br></div><div>Thanks in advance </div>                                               </div></div>
<br>_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@geoext.org" target="_blank">Users@geoext.org</a><br>
<a href="http://www.geoext.org/cgi-bin/mailman/listinfo/users" target="_blank">http://www.geoext.org/cgi-bin/mailman/listinfo/users</a><br>
<br></blockquote></div>
</blockquote></div>