]> granicus.if.org Git - postgis/commitdiff
more additions and clarifications
authorRegina Obe <lr@pcorp.us>
Mon, 18 Jun 2012 13:19:40 +0000 (13:19 +0000)
committerRegina Obe <lr@pcorp.us>
Mon, 18 Jun 2012 13:19:40 +0000 (13:19 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9927 b70326c6-7e19-0410-871a-916f4a2858ee

NEWS
doc/reference_processing.xml

diff --git a/NEWS b/NEWS
index feaad0618c73caba088bb0ea6aa791c1632f7f49..dab40dbb8267cdfe1b6d040ae3a5d89b6248e2f4 100644 (file)
--- 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 *
 
index 0ee8383e0e8842d2963407d6c4e48f4c761c64de..871057265b80e1273c0538c8814c1e44e4ccbd15 100644 (file)
@@ -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.
     </para>
     
-    <para>Availability: 2.0.0, requires GEOS-3.3.0 or higher. 2.1.0 added support for GEOMETRYCOLLECTION and MULTIPOINT.</para>
+    <para>Availability: 2.0.0, requires GEOS-3.3.0</para>
+    <para>Enahnced: 2.0.1, speed improvements requires GEOS-3.3.4</para>
+    <para>Enhanced: 2.1.0 added support for GEOMETRYCOLLECTION and MULTIPOINT.</para>
     
     <para>&Z_support;</para>