diff --git a/Filter.md b/Filter.md index 6e01c68..09f9ad3 100644 --- a/Filter.md +++ b/Filter.md @@ -32,6 +32,11 @@ Match if a value is NULL: [amenity] = 'restaurant' and not ([name] = null) ``` +Also, doing modulo is possible: +```xml + [height] % 50 = 0 +``` + NEW in Mapnik 2.1.x: Matches all features that contain point geometries: ```xml