[postgis-commits] svn - r3060 - trunk/doc
postgis-commits at postgis.refractions.net
postgis-commits at postgis.refractions.net
Fri Oct 3 06:23:56 PDT 2008
Author: robe
Date: 2008-10-03 06:23:56 -0700 (Fri, 03 Oct 2008)
New Revision: 3060
Modified:
trunk/doc/reference_new.xml
Log:
correct incorrect statement
Modified: trunk/doc/reference_new.xml
===================================================================
--- trunk/doc/reference_new.xml 2008-10-03 13:20:28 UTC (rev 3059)
+++ trunk/doc/reference_new.xml 2008-10-03 13:23:56 UTC (rev 3060)
@@ -5477,7 +5477,7 @@
---------
GEOMETRYCOLLECTION(POINT(-2 3 1),LINESTRING(5 5 5,10 10 10),POLYGON((-7 4.2 5,-7.1 4.2 5,-7.1 4.3 5,-7 4.2 5)));
---3d example not mixing dimensions - polygon elevation is averaged
+--3d example not mixing dimensions
SELECT ST_AsEWKT(st_union(the_geom))
FROM
(SELECT ST_GeomFromEWKT('POLYGON((-7 4.2 2,-7.1 4.2 3,-7.1 4.3 2,
More information about the postgis-commits
mailing list