]> granicus.if.org Git - postgis/commitdiff
Update NEWS related to #2254 and #1823
authorOlivier Courtin <olivier.courtin@camptocamp.com>
Fri, 10 May 2013 13:24:26 +0000 (13:24 +0000)
committerOlivier Courtin <olivier.courtin@camptocamp.com>
Fri, 10 May 2013 13:24:26 +0000 (13:24 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@11405 b70326c6-7e19-0410-871a-916f4a2858ee

NEWS

diff --git a/NEWS b/NEWS
index 4086c6ec76c043f3965db6a8aeb601ae904a04b8..a4e94e32339fde0102c6809e7c8950a688ac6f1b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -87,6 +87,19 @@ PostGIS 2.1.0
   - #2164, ST_TRI for raster (Nathaniel Clay)
   - #2302, ST_Roughness for raster (Nathaniel Clay)
   - #2290, ST_ColorMap(raster) to generate RGBA bands
+  - #2254, Add SFCGAL backend support. 
+           (Backend selection throught postgis.backend var)
+           Functions available both throught GEOS or SFCGAL: 
+            ST_Intersects, ST_3DIntersects, ST_Intersection, ST_Area, 
+            ST_Distance, ST_3DDistance
+           New functions available only with SFCGAL backend:
+            ST_3DIntersection, ST_Tesselate, ST_3DArea, ST_Extrude, ST_ForceLHR
+            ST_Orientation, ST_Minkowski, ST_StraightSkeleton
+            postgis_sfcgal_version
+           New function available in PostGIS: ST_ForceSFS
+           (Olivier Courtin and Hugo Mercier / Oslandia)
+
+    
 
 * Enhancements *
 
@@ -144,6 +157,8 @@ PostGIS 2.1.0
            out-db bands
   - #2222, add parameter OutAsIn to flag whether ST_AsBinary should
            return out-db bands as in-db bands
+  - #1823, add parameter in ST_AsGML to use id column for GML 3 output 
+           (become mandatory since GML 3.2.1)
 
 * Fixes *