From 26c116799720dc1a7d17963f94c1de3be03d8cad Mon Sep 17 00:00:00 2001 From: lucadelu Date: Fri, 2 Dec 2011 15:35:30 -0800 Subject: [PATCH] fix table --- PolygonSymbolizer.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/PolygonSymbolizer.md b/PolygonSymbolizer.md index a8b977a..279eb2d 100644 --- a/PolygonSymbolizer.md +++ b/PolygonSymbolizer.md @@ -6,10 +6,11 @@ A PolygonSymbolizer is often used to render the area enclosed by a [polygon](http://en.wikipedia.org/wiki/Polygon). For example, the `rundemo.py` and `rundemo.cpp` applications use PolygonSymbolizer objects to "fill-in" [Canadian provinces with different colors and to make bodies of water look blue](http://trac.mapnik.org/attachment/wiki/PolygonSymbolizer/demo256.png?format=raw). -|| *parameter* || *value* || *default* || -|| fill || CSS colour || "grey" || -|| fill-opacity || 0.0 - 1.0 || 1.0 || -|| gamma || 0.0 - 1.0 || 1.0 || +| *parameter* | *value* | *default* | +-------------|---------|------------| +| fill | CSS colour | "grey" | +| fill-opacity | 0.0 - 1.0 | 1.0 | +| gamma | 0.0 - 1.0 | 1.0 | * Note: gamma is available in Mapnik >= 0.7.0, see #428 for more detail.