Updated LineSymbolizer (markdown)

billyrubin 2013-04-23 08:06:21 -07:00
parent 4c27e31f1c
commit 5b895f5560

@ -19,10 +19,7 @@ A LineSymbolizer is used to render a "stroke" along a linear geometry.
```
#### XML
```xml
<LineSymbolizer>
<CssParameter name="stroke">#0000ff</CssParameter>
<CssParameter name="stroke-width">4</CssParameter>
</LineSymbolizer>
<LineSymbolizer stroke="#0000ff" stroke-width="4" />
```
#### Python