<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=us-ascii" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18928"></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=750423909-12082010><FONT color=#0000ff 
size=2 face=Arial>As far as I know from MapServer, you can't&nbsp;use a relative 
url.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=750423909-12082010><FONT color=#0000ff 
size=2 face=Arial></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=750423909-12082010><FONT color=#0000ff 
size=2 face=Arial></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=750423909-12082010><FONT color=#0000ff 
size=2 face=Arial>example from <A 
href="http://mapserver.org/ogc/sld.html">http://mapserver.org/ogc/sld.html</A></FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=750423909-12082010><PRE><A href="http://www2.dmsolutions.ca/cgi-bin/mswms_world?SERVICE=WMS&amp;VERSION=1.1.1&amp;Request=GetMap&amp;LAYERS=WorldGen_Outline&amp;SLD=http://www2.dmsolutions.ca/msapps/world_testdata/tests/sld_tests/sld_line_simple.xml">http://www2.dmsolutions.ca/cgi-bin/mswms_world?SERVICE=WMS&amp;VERSION=1.1.1&amp;Request=GetMap
&amp;LAYERS=WorldGen_Outline&amp;SLD=http://www2.dmsolutions.ca/msapps/world_testdata/tests
/sld_tests/sld_line_simple.xml</A></PRE><PRE>Arnd</PRE></SPAN></DIV><BR>
<DIV dir=ltr lang=de class=OutlookMessageHeader align=left>
<HR tabIndex=-1>
<FONT size=2 face=Tahoma><B>Von:</B> users-bounces@openlayers.org 
[mailto:users-bounces@openlayers.org] <B>Im Auftrag von </B>Fernando 
Ribeiro<BR><B>Gesendet:</B> Donnerstag, 12. August 2010 10:27<BR><B>An:</B> 
users@openlayers.org<BR><B>Betreff:</B> [OpenLayers-Users] SLD over 
WMS<BR></FONT><BR></DIV>
<DIV></DIV>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>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "Fires 24h",&nbsp; 
<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "<A 
href="http://firefly.geog.umd.edu/wms/wms">http://firefly.geog.umd.edu/wms/wms</A>?",&nbsp; 
<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; { 
<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
layers: 'fires24',<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; sld: './SLD/fires.sld', <BR>&nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; srs: 'EPSG:4326', 
<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
format: 'image/png', <BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; tiled: 'true', <BR>&nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; transparent: true 
<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }, 
<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {isBaseLayer: 
false} <BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; );<BR clear=all><BR>Can anyone 
try and help me?<BR><BR>Thank you!<BR><BR>-- <BR>Fernando<BR></BODY></HTML>