geostyler / geostyler-sld-parser

GeoStyler-Style-Parser implementation for SLD
BSD 2-Clause "Simplified" License
52 stars 33 forks source link

Complex Polygons are not parsed correctly #22

Closed amir-ba closed 6 years ago

amir-ba commented 6 years ago

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.

chrismayer commented 6 years ago

Closed due to https://github.com/terrestris/geostyler/issues/187.