geostyler / geostyler-sld-parser

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

geostyler-sld-parser and Qgis-Server 3, SLD-Version 1.1.0 #281

Closed JensKlambauer closed 3 months ago

JensKlambauer commented 4 years ago

Question

`

Absperrschieber_GL default Single symbol square #7bb084 #3d8035 1 12 45

`

the problem is the rotation will not be parsed ``

45 `` tested with your geostyler-demo copy&paste -> rotation removed Support the geostyler-sld-parser only sld-version 1.0.0 or is a bug? Thanks a lot!
jansule commented 4 years ago

The problem comes from the <ogc:Literal> tag inside the <se:Rotation> tag.

Currently, GeoStyler does not expect nested values for <se:Rotation>.

Rotation will be read, if you remove the <ogc:Literal> tag within <se:Rotation> (i.e. <se:Rotation>45</se:Rotation>).

KaiVolland commented 3 months ago

I would think that this issue has been solved by the refactorings we did in the last 4 years. If this is still and issue feel free to reopen it.