To mimic Esri’s ‘arithmatic’ (anti-clockwise +90degrees) rotation of marker-point-symbols in geoserver 2.0.2. I used SLD below, it works however in legend the symbols are not drawn (left blank). Anyone an idea?
sld:PointSymbolizer
sld:Graphic
sld:Mark
sld:WellKnownNamettf://Arial#74</sld:WellKnownName>
sld:Fill<sld:CssParameter name=“fill”>#FF0000</sld:CssParameter></sld:Fill>
</sld:Mark>
sld:Sizeogc:Literal15</ogc:Literal></sld:Size>
sld:Rotation
ogc:Add
ogc:Mul
ogc:PropertyNameROTATION</ogc:PropertyName>
ogc:Literal-1</ogc:Literal>
</ogc:Mul>
ogc:Literal90</ogc:Literal>
</ogc:Add>
</sld:Rotation>
</sld:Graphic>
</sld:PointSymbolizer>
Bye, Paul van Genuchten