Configuration Options for PolygonPatternSymbolizer

parameter value default
file path to image file none
width px 4
height px 4
type png tiff none

Examples


http://media.mapnik.org/images/polygon_pattern.png

Default

FIXME: Add image

XML

<PolygonPatternSymbolizer width="16" height="16" type="png" file="/path/to/icon.png"/>

Python

p = PolygonPatternSymbolizer('/path/to/icon.png','png',10,10) # file, type, width, height

C++

ruly_type rule;
rule.append(polygon_pattern_symbolizer("path/to/icon.png", "png", 20, 20)); // file, type, width, height