From f088775b088d5bfbb1a86f171b982d0e8eef0eab Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Tue, 11 Dec 2012 19:48:40 -0800 Subject: [PATCH] mention new support for filtering values != null - refs mapnik/mapnik#1642 and mapbox/carto#75 --- _posts/0100-01-01-CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_posts/0100-01-01-CHANGELOG.md b/_posts/0100-01-01-CHANGELOG.md index d78897e73..1653fca65 100644 --- a/_posts/0100-01-01-CHANGELOG.md +++ b/_posts/0100-01-01-CHANGELOG.md @@ -16,7 +16,8 @@ releases: # - version: 0.10.2 # # notes: -# - TileMill/node-mapnik - null values in feature attributes are now correctly reported as `null` (rather than `undefined`). This helps users filter properly in their CartoCSS styles since this works `#layer[attr=null];` but not `#layer[attr=undefined];` +# - TileMill/Mapnik - filtering out all values not equal to null is now possible like: `#layer[attr!=null];` +# - TileMill/node-mapnik - null values in feature attributes are now correctly reported as `null` in the data table (rather than `undefined`). This helps users filter properly in their CartoCSS styles since this works `#layer[attr=null];` but not `#layer[attr=undefined];` # - TileMill - Fixed performance of map loading (previous 0.10.x versions saw slowdown with large styles) # - TileMill - Files cached by Mapnik are now cleared when a project is saved (like shapefile references and symbol files) allowing for better usability (can re-load files easier) and reduced memory usage (shapefiles no longer uses are dropped from memory) # - Tilemill - Added menu-based support for text undo/redo