Hi,

I have defined a sld linesymbolizer with a square - line "dot-dashed" 
symbology. 
I would like to rotate the square by 45° but <rotation>45</rotation> is not 
working. Is anyone able to tell my why?

thanks,

Rob


<LineSymbolizer uom="http://www.opengeospatial.org/se/units/metre";>    
            <Stroke>
              <CssParameter name="stroke">#000000</CssParameter>
              <CssParameter name="stroke-width">1</CssParameter>
              <CssParameter name="stroke-dasharray">40 40</CssParameter>
            </Stroke>
          </LineSymbolizer>
          <LineSymbolizer uom="http://www.opengeospatial.org/se/units/metre";>
            <Stroke>
              <GraphicStroke>
                <Graphic>
                  <Mark>
                    <WellKnownName>square</WellKnownName>
                    <Stroke>
                      <CssParameter name="stroke">#000000</CssParameter>
                      <CssParameter name="stroke-width">1</CssParameter>
                    </Stroke>
                  </Mark>
                  <Size>20</Size>
<rotation>45</rotation>  <!-- NOT WORKING!!! -->
                  <CssParameter name="stroke-dasharray">20 60</CssParameter>
                  <CssParameter name="stroke-dashoffset">30</CssParameter>
                </Graphic>
              </GraphicStroke>
            </Stroke>
          </LineSymbolizer>  
------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to