<para>The two-parameter variant of ST_GeoHash returns a GeoHash with a requested precision. For non-points, the starting point of the calculation is the center of the bounding box of the geometry.</para>
- <note>
- <para>Availability: 1.4.0</para>
- </note>
+ <para>Availability: 1.4.0</para>
<note>
<para>ST_GeoHash will not work with geometries that are not in geographic (lon/lat) coordinates.</para>
</xsl:for-each>\r
</itemizedlist>\r
</sect1>\r
+ \r
+ <sect1>\r
+ <title>PostGIS Functions new in 1.4</title>\r
+ <para>The functions given below are PostGIS functions that were introduced in this major release.</para>\r
+ <itemizedlist>\r
+ <!-- Pull out the purpose section for each ref entry and strip whitespace and put in a variable to be tagged unto each function comment -->\r
+ <xsl:for-each select='sect1/refentry'>\r
+ <xsl:sort select="@id"/>\r
+ <xsl:variable name='comment'>\r
+ <xsl:value-of select="normalize-space(translate(translate(refnamediv/refpurpose,'
', ' '), '	', ' '))"/>\r
+ </xsl:variable>\r
+ <xsl:variable name="refid">\r
+ <xsl:value-of select="@id" />\r
+ </xsl:variable>\r
+ \r
+ <!-- For each section if there is note about availability in this version -->\r
+ <xsl:for-each select="refsection">\r
+ <xsl:for-each select="para">\r
+ <xsl:choose>\r
+ <xsl:when test="contains(.,'Availability: 1.4')">\r
+ <listitem><link linkend="{$refid}"><xsl:value-of select="$refid" /></link> - <xsl:value-of select="$comment" /> <xsl:value-of select="." /></listitem>\r
+ </xsl:when>\r
+ </xsl:choose>\r
+ </xsl:for-each>\r
+ </xsl:for-each>\r
+ </xsl:for-each>\r
+ </itemizedlist>\r
+ </sect1>\r
</chapter>\r
</xsl:template>\r
\r