From 3c308ffc12a20c1225ff23634aad9ef71590f1b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Wed, 18 Sep 2013 21:36:51 -0700 Subject: [PATCH] Add Style opacity --- XMLConfigReference.md | 1 + 1 file changed, 1 insertion(+) diff --git a/XMLConfigReference.md b/XMLConfigReference.md index 3285399..afeff1c 100644 --- a/XMLConfigReference.md +++ b/XMLConfigReference.md @@ -45,6 +45,7 @@ A Style object defines the way objects can be rendered. A Mapnik configuration * Element type: Collection of Rules * Attributes * *name*: Name for this Style object. Needs to be unique per configuration file. A Style is referenced by a Layer through the corresponding StyleName parameter. If a name is ommited, what will happen? + * *opacity*: Style level opacity: 1 is fully opaque while zero is fully transparent and .5 would be 50% transparent. See [#314](https://github.com/mapnik/mapnik/issues/314) * Children: * *[#Rule Rule]*