From 7c23577c8d19d0132a80533f9b4f03178edfe92b Mon Sep 17 00:00:00 2001 From: davidsvantesson Date: Tue, 16 Oct 2012 12:19:47 -0700 Subject: [PATCH] Updated PointSymbolizer (markdown) --- PointSymbolizer.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PointSymbolizer.md b/PointSymbolizer.md index d74395f..2c6a757 100644 --- a/PointSymbolizer.md +++ b/PointSymbolizer.md @@ -13,9 +13,9 @@ Some options described here are not available in mapnik versions < 2.0. | *parameter* | *value* | *default* | --------------|---------|-----------| | file | path to image file | none | -| width | px | 4 | -| height | px | 4 | -| type | png tiff svg | none | +| width **(removed)** | px | 4 | +| height **(removed)** | px | 4 | +| type **(removed)** | png tiff svg | none | | allow-overlap | allow text to overlap the point image; true/false | false | | opacity | Opacity of the symbolizer: 0.0 - 1.0 | 1.0 | | transform | [SVG transform](http://www.w3.org/TR/SVG/coords.html#TransformAttribute) | identity |