Updated LineSymbolizer (markdown)
parent
4c27e31f1c
commit
5b895f5560
1 changed files with 1 additions and 4 deletions
|
@ -19,10 +19,7 @@ A LineSymbolizer is used to render a "stroke" along a linear geometry.
|
||||||
```
|
```
|
||||||
#### XML
|
#### XML
|
||||||
```xml
|
```xml
|
||||||
<LineSymbolizer>
|
<LineSymbolizer stroke="#0000ff" stroke-width="4" />
|
||||||
<CssParameter name="stroke">#0000ff</CssParameter>
|
|
||||||
<CssParameter name="stroke-width">4</CssParameter>
|
|
||||||
</LineSymbolizer>
|
|
||||||
```
|
```
|
||||||
#### Python
|
#### Python
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue