From de295f0c19bbd74f88586451f154f56c7c6be53c Mon Sep 17 00:00:00 2001 From: skorasaurus Date: Mon, 23 Apr 2012 07:48:28 -0700 Subject: [PATCH] updated polygonsymbolizer XML, remove css-parameter [md] [re: #mapnik, http://svn.openstreetmap.org/applications/rendering/mapnik/osm.xml) --- PolygonSymbolizer.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/PolygonSymbolizer.md b/PolygonSymbolizer.md index 5850813..465f098 100644 --- a/PolygonSymbolizer.md +++ b/PolygonSymbolizer.md @@ -1,7 +1,4 @@ - - - ## Configuration Options for PolygonSymbolizer 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). @@ -32,18 +29,15 @@ A PolygonSymbolizer is often used to render the area enclosed by a [polygon](htt ```xml - - .65 - + ``` ### Custom Fill and Opacity ```xml - - steelblue - 0.5 - + + + ``` ### Python