OpenLayers OpenLayers
Show
Ignore:
Timestamp:
08/01/08 17:56:17 (4 months ago)
Author:
ahocevar
Message:

Stroke style of features can now be specified. Both SVG's
stroke-dasharray and VML's dashstyle properties are allowed in the new
strokeDashstyle symbolizer property. For VML, which does not support
custom dash styles, one of the 5 matching pre-defined dash styles will
be guessed. The patch also adds support for the stroke-dasharray
property in SLD. r=crschmidt (closes #1126)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/examples/tasmania/sld-tasmania.xml

    r7634 r7673  
    582582                <ogc:Literal>1</ogc:Literal> 
    583583              </sld:CssParameter> 
     584              <sld:CssParameter name="stroke-dasharray"> 
     585                <ogc:Literal>3 5 1 5</ogc:Literal> 
     586              </sld:CssParameter> 
    584587            </sld:Stroke> 
    585588          </sld:PolygonSymbolizer>