From 2b797d37b6a5b1a4a95638a49593638780c3bd56 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Sun, 11 Dec 2011 11:14:57 -0800 Subject: [PATCH] fix wiki internal links --- AlsoFilter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AlsoFilter.md b/AlsoFilter.md index 43347ed..a8739be 100644 --- a/AlsoFilter.md +++ b/AlsoFilter.md @@ -10,7 +10,7 @@ Mapnik evaluates all Rules in a Style sequentially from top to bottom, testing e ## Usage An `` is useful when you want to draw a bunch of similar things (like POI-Icons) and you would want to add another Symbolizer to each and every Rule in the style. Using a separate ``-Rule avoids duplicating the other Symbolizer over and over. -Please note, that there are different methods of creating such combined styles, each having their own pros and cons. One possibility would be using [wiki:ShieldSymbolizer]s, which would keep the Icon and the Text together and would never lead to an icon without text or vice versa. In complex styles it's sometimes necessary to place the [wiki:PointSymbolizer]s into a different Style then the [wiki:TextSymbolizer]s in order to gain grater control about the drawing order. +Please note, that there are different methods of creating such combined styles, each having their own pros and cons. One possibility would be using [[ShieldSymbolizer]]s, which would keep the Icon and the Text together and would never lead to an icon without text or vice versa. In complex styles it's sometimes necessary to place the [[PointSymbolizer]]s into a different Style then the [[TextSymbolizer]]s in order to gain grater control about the drawing order. ## Behavior regarding filter-mode="first" With #706 the new `filter-mode` attribute was introduced to the Style object. Setting `filter-mode="first"` in conjunction with an ``-Rule will apply only the first matching Rule of the Style. If a Rule matched, all ``-Rules are applied, too. If no Rule matched, all ``-Rules are evaluated.