From: Sandro Santilli Date: Thu, 13 Jan 2005 08:43:25 +0000 (+0000) Subject: Added more New Things X-Git-Tag: pgis_1_0_0RC1~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=521a5fc0b730b815a875fff0564c2d4cc63ba073;p=postgis Added more New Things git-svn-id: http://svn.osgeo.org/postgis/trunk@1291 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/CHANGES b/CHANGES index e7a3c94b7..6135abcac 100644 --- a/CHANGES +++ b/CHANGES @@ -5,13 +5,19 @@ PostGIS 1.0.0 - Objects are all now "lightweight" with a smaller disk and index representation. Large databases should see a moderate to large performance increase. - - Some new functions (AsGML()) - Objects now have a hexidecimal canonical representation. To see a "user friendly" version of the objects use the AsText() function. - The loader and dumper use the hexidecimal canonical representation, so coordinate drift due to floating point string parsing is now eliminated. + - New functions: UpdateGeometrySRID(), AsGML(), SnapToGrid(), + ForceRHR(), estimated_extent(), Accum(). + - Vertical positioning operators. + - Geometry constructors/editors. + - Coordinate dimensions handling (up to 4d). + - API. + - Join selectivity. - Bug Fixes - Numerous small fixes.