Does that eliminate having as many layers rendered to individual images? I&#39;m trying to make it a bit faster. I&#39;ve got eight layers at the moment. I&#39;d like to combine a few of them.<br><br><div class="gmail_quote">
On Tue, Feb 14, 2012 at 1:10 AM, Andreas Hocevar <span dir="ltr">&lt;<a href="mailto:ahocevar@opengeo.org">ahocevar@opengeo.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I&#39;m not aware of a way to do this. This question may better be suited<br>
for the goeserver-users list.<br>
<br>
You can, however, group layers in an OpenLayers.Layer.WMS as well, and<br>
assign styles:<br>
<br>
new OpenLayers.Layer.WMS(&quot;combo&quot;, &quot;/geoserver/wms&quot;, {<br>
    layers: &quot;layer1,layer2,layer3&quot;,<br>
    styles: &quot;style1,style2,style3&quot;<br>
});<br>
<br>
Andreas.<br>
<div><div class="h5"><br>
On Mon, Feb 13, 2012 at 5:32 PM, Kjel Anderson<br>
&lt;<a href="mailto:kanderson@truevectortech.com">kanderson@truevectortech.com</a>&gt; wrote:<br>
&gt; Does anyone have an example of how to apply styles to the individual members<br>
&gt; of a group layer coming from geoserver?<br>
</div></div>&gt; _______________________________________________<br>
&gt; Users mailing list<br>
&gt; <a href="mailto:Users@lists.osgeo.org">Users@lists.osgeo.org</a><br>
&gt; <a href="http://lists.osgeo.org/mailman/listinfo/openlayers-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/openlayers-users</a><br>
&gt;<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
--<br>
Andreas Hocevar<br>
OpenGeo - <a href="http://opengeo.org/" target="_blank">http://opengeo.org/</a><br>
Expert service straight from the developers.<br>
</font></span></blockquote></div><br>