Hi list,<br><br>I am trying to change the default style of a WMS layer, with a new SLD style. So far I tried the &quot;SLD:&quot;, direcly on layer options, and layer.mergeNewParams, without much success.<br><br>Here&#39;s the layer I want to change:<br>
<br>var fires_24h = new OpenLayers.Layer.WMS(
<br>            &quot;Fires 24h&quot;, 
<br>            &quot;<a href="http://firefly.geog.umd.edu/wms/wms">http://firefly.geog.umd.edu/wms/wms</a>?&quot;, 
<br>            {
<br>                layers: &#39;fires24&#39;,<br>                sld: &#39;./SLD/fires.sld&#39;,
<br>                srs: &#39;EPSG:4326&#39;,
<br>                format: &#39;image/png&#39;,
<br>                tiled: &#39;true&#39;,
<br>                transparent: true
<br>            },
<br>            {isBaseLayer: false}
<br>        );<br clear="all"><br>Can anyone try and help me?<br><br>Thank you!<br><br>-- <br>Fernando<br>