<para>The functions given below are PostGIS functions that were added or enhanced.</para>
<note><para>More Topology performance Improvements. Please refer to <xref linkend="Topology" /> for more details.</para></note>
- <note><para>Bug fixes to <xref linkend="RT_reference" /> for more details of the raster functions available. </para></note>
- <note><para>Tiger Geocoder upgraded to work with TIGER 2011 census data and now included in the core PostGIS documentation. <varname>geocode_settings</varname> added for debugging and tweaking rating preferences, loader made less greedy
- ow only downloads tables to be loaded.
+ <note><para>Bug fixes (particularly with handling of out-of-band rasters), many new functions (often shortening code you have to write to accomplish a common task) and massive speed improvements to raster functionality. Refer to <xref linkend="RT_reference" /> for more details. </para></note>
+ <note><para>Tiger Geocoder upgraded to work with TIGER 2012 census data. <varname>geocode_settings</varname> added for debugging and tweaking rating preferences, loader made less greedy, now only downloads tables to be loaded.
Please refer to <xref linkend="Tiger_Geocoder" /> for more details.</para></note>
+
+ <para>Functions enhanced in PostGIS 2.1</para>
<itemizedlist>
<!-- Pull out the purpose section for each ref entry and strip whitespace and put in a variable to be tagged unto each function comment -->
<xsl:for-each select='//refentry'>
<xsl:variable name='enhanced_tag'>Enhanced: <xsl:value-of select="$postgis_version" /></xsl:variable>\r
<xsl:variable name='include_examples'>false</xsl:variable>\r
<xsl:variable name='output_purpose'>true</xsl:variable>\r
- <xsl:variable name='linkstub'>http://www.postgis.org/documentation/manual-svn/</xsl:variable>\r
+ <xsl:variable name='linkstub'>http://postgis.net/docs/manual-dev/</xsl:variable>\r
<xsl:template match="/">\r
<xsl:text><![CDATA[<html><head><title>PostGIS Cheat Sheet</title>\r
<style type="text/css">\r
<xsl:variable name='enhanced_tag'>Enhanced: <xsl:value-of select="$postgis_version" /></xsl:variable>\r
<xsl:variable name='include_examples'>false</xsl:variable>\r
<xsl:variable name='output_purpose'>true</xsl:variable>\r
- <xsl:variable name='linkstub'>http://www.postgis.org/documentation/manual-svn/</xsl:variable>\r
+ <xsl:variable name='linkstub'>http://postgis.net/docs/manual-dev/</xsl:variable>\r
<xsl:template match="/">\r
<xsl:text><![CDATA[<html><head><title>PostGIS Raster Cheat Sheet</title>\r
<style type="text/css">\r
<xsl:variable name='enhanced_tag'>Enhanced: <xsl:value-of select="$postgis_version" /></xsl:variable>\r
<xsl:variable name='include_examples'>true</xsl:variable>\r
<xsl:variable name='output_purpose'>true</xsl:variable>\r
+ <xsl:variable name='linkstub'>http://postgis.net/docs/manual-dev/</xsl:variable>\r
<xsl:template match="/">\r
<xsl:text><![CDATA[<html><head><title>PostGIS ]]></xsl:text> <xsl:value-of select="$postgis_version" /> Tiger Geocoder Cheat Sheet <xsl:text><![CDATA[</title>\r
<style type="text/css">\r
<xsl:text><![CDATA[</th></tr>]]></xsl:text>\r
<xsl:for-each select="refentry">\r
<!-- add row for each function and alternate colors of rows -->\r
- <![CDATA[<tr]]> class="<xsl:choose><xsl:when test="position() mod 2 = 0">evenrow</xsl:when><xsl:otherwise>oddrow</xsl:otherwise></xsl:choose>" <![CDATA[><td colspan='2'><span class='func'>]]><xsl:value-of select="refnamediv/refname" /><![CDATA[</span>]]><xsl:if test="contains(.,$new_tag)"><![CDATA[<sup>1</sup> ]]></xsl:if> \r
+ <!-- , hyperlink to online manual -->\r
+ <![CDATA[<tr]]> class="<xsl:choose><xsl:when test="position() mod 2 = 0">evenrow</xsl:when><xsl:otherwise>oddrow</xsl:otherwise></xsl:choose>" <![CDATA[><td colspan='2'><span class='func'>]]><xsl:text><![CDATA[<a href="]]></xsl:text><xsl:value-of select="$linkstub" /><xsl:value-of select="@id" />.html<xsl:text><![CDATA[" target="_blank">]]></xsl:text><xsl:value-of select="refnamediv/refname" /><xsl:text><![CDATA[</a>]]></xsl:text><![CDATA[</span>]]><xsl:if test="contains(.,$new_tag)"><![CDATA[<sup>1</sup> ]]></xsl:if> \r
<!-- enhanced tag -->\r
<xsl:if test="contains(.,$enhanced_tag)"><![CDATA[<sup>2</sup> ]]></xsl:if>\r
<xsl:if test="contains(.,'implements the SQL/MM')"><![CDATA[<sup>mm</sup> ]]></xsl:if>\r
<xsl:variable name='enhanced_tag'>Enhanced: <xsl:value-of select="$postgis_version" /></xsl:variable>\r
<xsl:variable name='include_examples'>false</xsl:variable>\r
<xsl:variable name='output_purpose'>true</xsl:variable>\r
- <xsl:variable name='linkstub'>http://www.postgis.org/documentation/manual-svn/</xsl:variable>\r
+ <xsl:variable name='linkstub'>http://postgis.net/docs/manual-dev/</xsl:variable>\r
<xsl:template match="/">\r
<xsl:text><![CDATA[<html><head><title>PostGIS Topology Cheat Sheet</title>\r
<style type="text/css">\r