From: Regina Obe Date: Sun, 31 Aug 2014 06:19:04 +0000 (+0000) Subject: #2906 document new enhancement X-Git-Tag: 2.2.0rc1~868 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=52b951893649a09c0f7ff7e7c465422c9f556c38;p=postgis #2906 document new enhancement git-svn-id: http://svn.osgeo.org/postgis/trunk@12930 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/NEWS b/NEWS index 331edec38..a6ba0998d 100644 --- a/NEWS +++ b/NEWS @@ -59,6 +59,7 @@ PostGIS 2.2.0 - #2828, Convert ST_Envelope(raster) from SQL to C - #2829, Shortcut ST_Clip(raster) if geometry fully contains the raster and no NODATA specified + - #2906, Update tiger geocoder to handle tiger 2014 data * Bug Fixes * diff --git a/doc/xsl/postgis_aggs_mm.xml.xsl b/doc/xsl/postgis_aggs_mm.xml.xsl index bd9453260..9e88f34f0 100644 --- a/doc/xsl/postgis_aggs_mm.xml.xsl +++ b/doc/xsl/postgis_aggs_mm.xml.xsl @@ -458,6 +458,7 @@ The functions given below are PostGIS functions that were added or enhanced. postgis_sfcgal now can be installed as an extension using CREATE EXTENSION postgis_sfcgal; + PostGIS 2.2.0: Tiger Geocoder upgraded to work with TIGER 2014 data. Functions new in PostGIS 2.2 @@ -524,7 +525,7 @@ More Topology performance Improvements. Please refer to for more details. Bug fixes (particularly with handling of out-of-band rasters), many new functions (often shortening code you have to write to accomplish a common task) and massive speed improvements to raster functionality. Refer to for more details. - Tiger Geocoder upgraded to work with TIGER 2012 census data. geocode_settings added for debugging and tweaking rating preferences, loader made less greedy, now only downloads tables to be loaded. + PostGIS 2.1.0: Tiger Geocoder upgraded to work with TIGER 2012 census data. geocode_settings added for debugging and tweaking rating preferences, loader made less greedy, now only downloads tables to be loaded. PostGIS 2.1.1: Tiger Geocoder upgraded to work with TIGER 2013 data. Please refer to for more details. Functions new in PostGIS 2.1