Opened 13 years ago

#3915 new defect

SLD halo trouble with MapServer 6.0

Reported by: jratike80 Owned by: assefa
Priority: normal Milestone:
Component: WMS Server Version: unspecified
Severity: normal Keywords:
Cc:

Description

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>

Change History (0)

Note: See TracTickets for help on using tickets.