From 982b59ba8c682046eec1930956826e08c257c489 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Thu, 10 Jul 2014 19:34:14 -0700 Subject: [PATCH] info about compositing --- PointSymbolizer.md | 1 + 1 file changed, 1 insertion(+) diff --git a/PointSymbolizer.md b/PointSymbolizer.md index fc041de..c90d69e 100644 --- a/PointSymbolizer.md +++ b/PointSymbolizer.md @@ -20,6 +20,7 @@ Some options described here are not available in mapnik versions < 2.0. | opacity | Opacity of the symbolizer: 0.0 - 1.0 | 1.0 | no | | transform | [SVG transform](http://www.w3.org/TR/SVG/coords.html#TransformAttribute) | identity | mapnik >= 3.0
you have to specify transform, but you can use expressions for its parameters, e.g. `"rotate([value1]) scale([value2])"` | | ignore-placement | allow subsequent point/shield symbolizers to overlap this symbol; true/false | false | no | +| comp-op | [[Compositing]] | none | no | ## Examples