Currently the sld-parser only parses the fill and stroke property of the polygons in a sld rule and doesn't consider other cssParameters such as stroke-dasharray or GraphicFill. In addition the parseer fails to consider multiple PolygonSymbolizers.
Example Sld is a sample sld that the parser needs to be able to parse.
Currently the
sld-parser
only parses the fill and stroke property of the polygons in asld
rule and doesn't consider othercssParameter
s such asstroke-dasharray
orGraphicFill
. In addition the parseer fails to consider multiplePolygonSymbolizers
. Example Sld is a samplesld
that the parser needs to be able to parse.