From 56d6b7fe25f90a00f1acbb0f3226d8341d3f332f Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Mon, 18 Jun 2012 13:19:40 +0000 Subject: [PATCH] more additions and clarifications git-svn-id: http://svn.osgeo.org/postgis/trunk@9927 b70326c6-7e19-0410-871a-916f4a2858ee --- NEWS | 5 ++++- doc/reference_processing.xml | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index feaad0618..dab40dbb8 100644 --- a/NEWS +++ b/NEWS @@ -5,12 +5,15 @@ PostGIS 2.1.0 - ST_NearestValue, ST_Neighborhood (Bborie Park / UC Davis) - ST_Raster2WorldCoord, ST_World2RasterCoord (Bborie Park / UC Davis) - - Tiger Geocoder - Tiger 2011 loader (Regina Obe / Paragon Corporation) + - #1643, Tiger Geocoder - Tiger 2011 loader (Regina Obe / Paragon Corporation) Funded by Hunter Systems Group - GEOMETRYCOLLECTION support for ST_MakeValid (Sandro Santilli / Vizzuality) * Enhancements * + - #823, tiger geocoder: Make loader_generate_script download portion less greedy + - #1719, Add support for Point and GeometryCollection ST_MakeValid inputs - #1802, improved function interruptibility. + - #1856, tiger geocoder: reverse geocoder rating setting for prefer numbered highway name * Fixes * diff --git a/doc/reference_processing.xml b/doc/reference_processing.xml index 0ee8383e0..871057265 100644 --- a/doc/reference_processing.xml +++ b/doc/reference_processing.xml @@ -1596,7 +1596,9 @@ SELECT ST_AsEWKT(ST_LineToCurve(ST_GeomFromEWKT('LINESTRING(1 2 3, 3 4 8, 5 6 4, Single polygons may become multi-geometries in case of self-intersections. - Availability: 2.0.0, requires GEOS-3.3.0 or higher. 2.1.0 added support for GEOMETRYCOLLECTION and MULTIPOINT. + Availability: 2.0.0, requires GEOS-3.3.0 + Enahnced: 2.0.1, speed improvements requires GEOS-3.3.4 + Enhanced: 2.1.0 added support for GEOMETRYCOLLECTION and MULTIPOINT. &Z_support; -- 2.50.1