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 "SLD:", direcly on layer options, and layer.mergeNewParams, without much success.<br><br>Here's the layer I want to change:<br>
<br>var fires_24h = new OpenLayers.Layer.WMS(
<br> "Fires 24h",
<br> "<a href="http://firefly.geog.umd.edu/wms/wms">http://firefly.geog.umd.edu/wms/wms</a>?",
<br> {
<br> layers: 'fires24',<br> sld: './SLD/fires.sld',
<br> srs: 'EPSG:4326',
<br> format: 'image/png',
<br> tiled: 'true',
<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>