[mapserver-users] Mapserver 6.0, SLD and halo
Rahkonen Jukka
Jukka.Rahkonen at mmmtike.fi
Fri Jun 10 06:35:28 PDT 2011
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-
More information about the MapServer-users
mailing list