Style.filter-mode: link to initial issue
parent
48fdc7d23f
commit
6ebcd31b24
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ A Style object defines the way objects can be rendered. A Mapnik configuration
|
|||
* 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)
|
||||
* *filter-mode*: Whether *all* rules in the Style should be evaluated (default) or if rendering should stop after the *first* matching rule.
|
||||
* *filter-mode*: Whether *all* rules in the Style should be evaluated (default) or if rendering should stop after the *first* matching rule. See [#706](https://github.com/mapnik/mapnik/issues/706)
|
||||
|
||||
* Children:
|
||||
* *[#Rule Rule]*
|
||||
|
|
Loading…
Reference in a new issue