From 9573a875154e56cecfed920636ab959703aafd17 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Thu, 16 Jun 2011 18:09:03 +0000 Subject: [PATCH] update changelog --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index bd29950ba..83553778d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -14,6 +14,10 @@ For a complete change history, see the SVN log. Mapnik Trunk ------------ +- Fixed quoting syntax for "table"."attribute" in PostGIS plugin (previously if table aliases were used quoting like "table.attribute" would cause query failure) (r2979). + +- Added the ability to control the PostGIS feature id by suppling a key_field to reference and integer attribute name (r2979). + - Added alternative, more robust proj_transform functions to project a bbox using more points than just the four corners to ensure an optimally sized bbox despite proj4 out of bounds conditions. (olt)