Skip to content

Commit

Permalink
mention new support for filtering values != null - refs mapnik/mapnik…
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Dec 12, 2012
1 parent 7265e5c commit f088775
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _posts/0100-01-01-CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f088775

Please sign in to comment.