On 05/27/2011 02:54 PM, Gottfrid Linge wrote:
> Hi there!
>
> Is there currently any possibility to show line directions using SLD with SLD
> versions supported in geoserver?

I would say yes, based on the FOSS4G 2010 presentation by Andrea:

<PointSymbolizer>
             <Geometry>
               <ogc:Function name="endPoint">
                 <ogc:PropertyName>the_geom</ogc:PropertyName>
               </ogc:Function>
             </Geometry>
<Graphic>
               <Mark>
                 <WellKnownName>shape://carrow</WellKnownName>
<Fill />
<Stroke>
                   <CssParameter name="stroke-width">1</CssParameter>
                   <CssParameter name="stroke">#000000</CssParameter>
                 </Stroke>
               </Mark>
<Size>20</Size>
<Rotation>
                 <ogc:Function name="endAngle">
                   <ogc:PropertyName>the_geom</ogc:PropertyName>
                 </ogc:Function>
               </Rotation>
             </Graphic>
           </PointSymbolizer>

Regards,

Luca Morandini
http://www.lucamorandini.it


------------------------------------------------------------------------------
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to