Updated LinePatternSymbolizer (markdown)
parent
fac1c58340
commit
1db01b16f2
1 changed files with 8 additions and 5 deletions
|
@ -20,16 +20,19 @@ A natural=cliff tag on an OpenStreetMap tile, rendered with LinePatternSymbolize
|
||||||
|
|
||||||
#### XML
|
#### XML
|
||||||
|
|
||||||
|
```xml
|
||||||
#!xml
|
#!xml
|
||||||
<LinePatternSymbolizer width="16" height="16" type="png" file="/path/to/icon.png"/>
|
<LinePatternSymbolizer width="16" height="16" type="png" file="/path/to/icon.png"/>
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
#### Python
|
#### Python
|
||||||
|
|
||||||
|
|
||||||
#!python
|
```python
|
||||||
l = LinePatternSymbolizer('/path/to/icon.png','png',10,10) # file, type, width, height
|
#!python
|
||||||
|
l = LinePatternSymbolizer('/path/to/icon.png','png',10,10) # file, type, width, height
|
||||||
|
```
|
||||||
|
|
||||||
#### C++
|
#### C++
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue