]> granicus.if.org Git - postgis/commitdiff
update to summary of what's new in PostGIS 2.1 - this will be a really slick release...
authorRegina Obe <lr@pcorp.us>
Sat, 9 Feb 2013 03:45:07 +0000 (03:45 +0000)
committerRegina Obe <lr@pcorp.us>
Sat, 9 Feb 2013 03:45:07 +0000 (03:45 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@11086 b70326c6-7e19-0410-871a-916f4a2858ee

doc/xsl/postgis_aggs_mm.xml.xsl
doc/xsl/postgis_cheatsheet.html.xsl
doc/xsl/raster_cheatsheet.html.xsl
doc/xsl/tiger_geocoder_cheatsheet.html.xsl
doc/xsl/topology_cheatsheet.html.xsl

index b72a364bea24e8d63f3aa83cc841ba4fa5452d62..a2199a261a00ee21b6f6fcfa20616243a4eddf63 100644 (file)
                                <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'>
index f074e4e88c30ee6b3f754f931479803a14fcd29e..4878c76178424f2c3a2b3f49153f377a89698ef4 100644 (file)
@@ -14,7 +14,7 @@
        <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
index 16dc957aa8260c1082c783b0345c49a1fb7818cf..0fde5207241223e66abfa5a9bda5794d21503b25 100644 (file)
@@ -14,7 +14,7 @@
        <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
index 4b4a497fc330f108427a76d58a6d2bcab9e98ef7..816160ee4da840adefe18f27b6badf70d5225f7e 100644 (file)
@@ -14,6 +14,7 @@
        <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
@@ -107,7 +108,8 @@ h1 {
                                <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
index 3329e8847e3069a4f8bc4a96ccf760346765d2d1..5aec0d892511922a80d42ddeda93e11ae9d02930 100644 (file)
@@ -14,7 +14,7 @@
        <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