From: Regina Obe Date: Sat, 12 Mar 2011 10:42:46 +0000 (+0000) Subject: minor corrections X-Git-Tag: 2.0.0alpha1~1904 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=03974479d9f0031ae634d2e9b3401385bb9f3d2a;p=postgis minor corrections git-svn-id: http://svn.osgeo.org/postgis/trunk@6898 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/NEWS b/NEWS index 3f1ad34ec..15bac1796 100644 --- a/NEWS +++ b/NEWS @@ -49,7 +49,7 @@ YYYY/MM/DD - Shp-pgsql GUI loader - support loading multiple files at a time. (Mark Leslie) - Extras - revised tiger_geocoder to work with - TIGER census 2010 data. (Regina Obe, Leo Hsu) + TIGER census 2010 data and addition of reverse geocoder function. (Regina Obe, Leo Hsu) PostGIS 1.5.2 2010/09/27 diff --git a/doc/release_notes.xml b/doc/release_notes.xml index 9d302d6a6..4f1bb5402 100644 --- a/doc/release_notes.xml +++ b/doc/release_notes.xml @@ -20,7 +20,7 @@ New Features - Support for TIN and PolyHedralSurface (Olivier Courtin) + Support for TIN and PolyHedralSurface and enhancement of many functions to support 3D (Olivier Courtin) Raster support integrated and documented (Pierre Racine, Jorge Arévalo, Mateusz Loskot, Sandro Santilli, Regina Obe) Making spatial indexes 3D aware - in progress (Paul Ramsey, Mark Cave-Ayland) @@ -28,7 +28,7 @@ 3D relationship support functions (Nicklas Avén) ST_3DDistance, ST_3DClosestPoint, ST_3DIntersects, ST_3DShortestLine and more... ST_Split (Sandro Santilli / Faunalia for RT-SIGTA) - ST_isValidDetail (Sandro Santilli / Faunalia for RT-SIGTA) + ST_IsValidDetail (Sandro Santilli / Faunalia for RT-SIGTA) ST_MakeValid (Sandro Santilli / Faunalia for RT-SIGTA) ST_RemoveRepeatedPoints (Sandro Santilli / Faunalia for RT-SIGTA) ST_GeometryN and ST_NumGeometries support for non-collections (Sandro Santilli) @@ -37,12 +37,13 @@ ST_Snap (Sandro Santilli) ST_RelateMatch (Sandro Santilli / Faunalia for RT-SIGTA) ST_ConcaveHull (Regina Obe and Leo Hsu) + ST_UnaryUnion (Sandro Santilli / Faunalia for RT-SIGTA) Enhancements Made shape file loader tolerant of truncated multibyte values found in some free worldwide shapefiles (Sandro Santilli) Shp-pgsql GUI loader - support loading multiple files at a time. (Mark Leslie) - Extras - revised tiger_geocoder to work with TIGER census 2010 data. (Regina Obe, Leo Hsu) + Extras - revised tiger_geocoder to work with TIGER census 2010 data and addition of reverse geocoder function. (Regina Obe, Leo Hsu)