Updated LinePatternSymbolizer (markdown)

tmcw 2011-12-09 12:06:10 -08:00
parent fac1c58340
commit 1db01b16f2

@ -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++