Updated ShieldSymbolizer (markdown)
parent
e3d6e2c44f
commit
badba86901
1 changed files with 5 additions and 1 deletions
|
@ -56,7 +56,7 @@ http://groups.google.com/group/cugos/browse_thread/thread/b62b4890e1933bba
|
|||
</ShieldSymbolizer>
|
||||
```
|
||||
|
||||
#### Python
|
||||
#### Python (Mapnik 2)
|
||||
|
||||
```python
|
||||
shield = ShieldSymbolizer(Expression('[NAME]'),'DejaVu Sans Bold',6,Color('#000000'),PathExpression('images/ushighway_shield_20.png'))
|
||||
|
@ -65,6 +65,10 @@ http://groups.google.com/group/cugos/browse_thread/thread/b62b4890e1933bba
|
|||
shield.displacement = (dx,dy)
|
||||
```
|
||||
|
||||
#### Python (Mapnik 3)
|
||||
|
||||
*No support.*
|
||||
|
||||
#### C++
|
||||
|
||||
```cpp
|
||||
|
|
Loading…
Reference in a new issue