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
|
||||
<LinePatternSymbolizer width="16" height="16" type="png" file="/path/to/icon.png"/>
|
||||
```xml
|
||||
#!xml
|
||||
<LinePatternSymbolizer width="16" height="16" type="png" file="/path/to/icon.png"/>
|
||||
```
|
||||
|
||||
|
||||
#### Python
|
||||
|
||||
|
||||
#!python
|
||||
l = LinePatternSymbolizer('/path/to/icon.png','png',10,10) # file, type, width, height
|
||||
```python
|
||||
#!python
|
||||
l = LinePatternSymbolizer('/path/to/icon.png','png',10,10) # file, type, width, height
|
||||
```
|
||||
|
||||
#### C++
|
||||
|
||||
|
|
Loading…
Reference in a new issue