Hi,

This part of SLD used to work with 5.x

<sld:Halo>
<sld:Radius>
<ogc:Literal>3</ogc:Literal>
</sld:Radius>
<sld:Fill>
<sld:CssParameter name="fill">#FFFFFF</sld:CssParameter>
<sld:CssParameter name="fill-opacity">1</sld:CssParameter>
</sld:Fill>
</sld:Halo>

It does not work with 6.0. Mapserver accepts the SLD if we take off this part:
<sld:Radius>
<ogc:Literal>3</ogc:Literal>
</sld:Radius>

However, the document http://mapserver.org/ogc/sld.html says that also Radius 
is supported

"Halo Yes       Supported (fill converted to outlinecolor, and radius is 
converted to outlinewidth. 
Note that outlinewidth is only available for AGG in >=5.2)"

-Jukka Rahkonen-_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to