[postgis-commits] svn - r3404 - trunk/doc/xsl
postgis-commits at postgis.refractions.net
postgis-commits at postgis.refractions.net
Sun Dec 14 21:03:11 PST 2008
Author: robe
Date: 2008-12-14 21:03:11 -0800 (Sun, 14 Dec 2008)
New Revision: 3404
Modified:
trunk/doc/xsl/postgis_gardentest.sql.xsl
Log:
Think I got most of the functions with additional args, left out circular since it crashes. We can fix in 1.4
Modified: trunk/doc/xsl/postgis_gardentest.sql.xsl
===================================================================
--- trunk/doc/xsl/postgis_gardentest.sql.xsl 2008-12-15 04:12:24 UTC (rev 3403)
+++ trunk/doc/xsl/postgis_gardentest.sql.xsl 2008-12-15 05:03:11 UTC (rev 3404)
@@ -207,8 +207,11 @@
<xsl:when test="contains(parameter, 'version')">
<xsl:value-of select="$var_version" />
</xsl:when>
+ <xsl:when test="contains(type, 'geometry[]')">
+ ARRAY[foo2.the_geom]
+ </xsl:when>
<xsl:when test="type = 'geometry' or type = 'geometry '">
- <xsl:text>the_geom</xsl:text>
+ <xsl:text>foo1.the_geom</xsl:text>
</xsl:when>
<xsl:when test="contains(type, 'float')">
<xsl:value-of select="$var_float1" />
More information about the postgis-commits
mailing list