From 9f312d560d55c5f3600d72d524566c4bfee13dd6 Mon Sep 17 00:00:00 2001 From: der-stefan Date: Thu, 2 Jan 2014 07:40:40 -0800 Subject: [PATCH] Modulo operator is possible! Thanks for that... --- Filter.md | 5 +++++ 1 file changed, 5 insertions(+) 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