From afaf2df3ec74b89ef5de98f7aad6b35f76c65631 Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Sat, 21 Mar 2009 11:25:07 +0000 Subject: [PATCH] + update CHANGELOG + formatting --- CHANGELOG | 1 + include/mapnik/map.hpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index de463dfc7..ca14ffc5f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -13,6 +13,7 @@ For a complete change history, see the SVN log. Current Version (0.6.0-dev, SVN trunk): --------------------------------------- +- Python: Added support for aspect_fix_mode (r1013) - Python: Added further pickling/copy support to Map, Layers, Datasources, Styles,and Rules (r907,r913,r921) diff --git a/include/mapnik/map.hpp b/include/mapnik/map.hpp index 8619f5d47..415b0edcc 100644 --- a/include/mapnik/map.hpp +++ b/include/mapnik/map.hpp @@ -48,7 +48,7 @@ namespace mapnik // shrink the width or height of the specified geo bbox to fill the map size. SHRINK_BBOX, // shrink the width or height of the map to accomodate the specified geo bbox. - SHRINK_CANVAS, + SHRINK_CANVAS, // adjust the width of the specified geo bbox, leave height and map size unchanged ADJUST_BBOX_WIDTH, // adjust the height of the specified geo bbox, leave width and map size unchanged