Updated Filter (markdown)

emilrydkvist 2015-02-05 09:53:41 +01:00
parent f4f3799e90
commit 1888ad1cb6

@ -5,7 +5,7 @@ Each Style-Rule can optionally have a Filter attached. Mapnik walks through all
In XML [character entities](http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references) are used to construct filters. You can use the following characters to specify value-comparisons:
* Greater Than: `>`
* Greater Then or Equal: `>=`
* Greater Than or Equal: `>=`
* Less Than: `<`
* Less Than or Equal: `<=`
* Equal: `=`