changed allow_overlap to allow-overlap (2.0+); In XML, not sure if applicable to python, c+ [md]
parent
c0a642af5e
commit
3be7529694
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ Some options described here are not available in mapnik versions < 2.0.
|
||||||
| width | px | 4 |
|
| width | px | 4 |
|
||||||
| height | px | 4 |
|
| height | px | 4 |
|
||||||
| type | png tiff svg | none |
|
| type | png tiff svg | none |
|
||||||
| allow_overlap | allow text to overlap the point image; true/false | false |
|
| allow-overlap | allow text to overlap the point image; true/false | false |
|
||||||
| opacity | Opacity of the symbolizer: 0.0 - 1.0 | 1.0 |
|
| opacity | Opacity of the symbolizer: 0.0 - 1.0 | 1.0 |
|
||||||
| transform | [SVG transform](http://www.w3.org/TR/SVG/coords.html#TransformAttribute) | identity |
|
| transform | [SVG transform](http://www.w3.org/TR/SVG/coords.html#TransformAttribute) | identity |
|
||||||
| ignore-placement | allow subsequent point/shield symbolizers to overlap this symbol; true/false | false |
|
| ignore-placement | allow subsequent point/shield symbolizers to overlap this symbol; true/false | false |
|
||||||
|
@ -82,7 +82,7 @@ Some options described here are not available in mapnik versions < 2.0.
|
||||||
#### XML
|
#### XML
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<PointSymbolizer allow_overlap="yes" file="/Users/artem/projects/
|
<PointSymbolizer allow-overlap="yes" file="/Users/artem/projects/
|
||||||
openstreetmap/mapnik/symbols/station_small.png" type="png" width="5"
|
openstreetmap/mapnik/symbols/station_small.png" type="png" width="5"
|
||||||
height="5" />
|
height="5" />
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue