From 521a5fc0b730b815a875fff0564c2d4cc63ba073 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Thu, 13 Jan 2005 08:43:25 +0000 Subject: [PATCH] Added more New Things git-svn-id: http://svn.osgeo.org/postgis/trunk@1291 b70326c6-7e19-0410-871a-916f4a2858ee --- CHANGES | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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. -- 2.40.0