]> granicus.if.org Git - postgis/commitdiff
Mislabeled function (raster missing new flag and ST_ASGML mislabeled as new instead...
authorRegina Obe <lr@pcorp.us>
Mon, 11 Jun 2012 18:01:14 +0000 (18:01 +0000)
committerRegina Obe <lr@pcorp.us>
Mon, 11 Jun 2012 18:01:14 +0000 (18:01 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9884 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_output.xml
doc/reference_raster.xml
doc/xsl/postgis_aggs_mm.xml.xsl

index 2f09edbb1ecd1a92541325be8fe5e7b66f4fab32..33176f885324e3db862f57a62789a07cf083afe5 100644 (file)
@@ -450,7 +450,7 @@ namespace prefix or no prefix (if empty). If null or omitted 'gml' prefix is use
                  <para>Availability: 1.5.0 geography support was introduced.</para>
                  <para>Enhanced: 2.0.0 prefix support was introduced. Option 4 for GML3 was introduced to allow using LineString instead of Curve tag for lines. GML3 Support for Polyhedral surfaces and TINS was introduced. Option 32 was introduced to output the box.</para>
                  <para>Changed: 2.0.0 use default named args</para>
-                 <para>Availability: 2.1.0 id support was introduced, for GML 3.</para>
+                 <para>Enhanced: 2.1.0 id support was introduced, for GML 3.</para>
                 
                <note><para>Only version 3+ of ST_AsGML supports Polyhedral Surfaces and TINS.</para></note>
                <para>&Z_support;</para>
index 564f808f35b8e0fe1bd6886cb4d76b22f3c44f11..c6045fe68fc02455a03ba56de780ec80d4a62c86 100644 (file)
@@ -3328,6 +3328,7 @@ WHERE
                                <para>
                                        Band numbers start at 1 and <varname>bandnum</varname> is assumed to be 1 if not specified. If <varname>exclude_nodata_value</varname> is set to false, then all pixels include <varname>nodata</varname> pixels are considered to intersect and return value. If <varname>exclude_nodata_value</varname> is not passed in then reads it from metadata of raster.
                                </para>
+                               <para>Availability: 2.1.0</para>
                                <note>
                                        <para>
                                                ST_NearestValue is a drop-in replacement for ST_Value.
index 166f4f87413a11a0bcea6c1457e19069f4b889b0..5cc123653d1ee3b562382cf902b61a183f5e3bba 100644 (file)
                                        </xsl:for-each>
                                </itemizedlist>
                                
+                               <para>The functions given below are PostGIS functions that are enhanced in PostGIS 2.1.</para>
+                               <itemizedlist>
+                               <!-- Pull out the purpose section for each ref entry   -->
+                                       <xsl:for-each select='//refentry'>
+                                               <xsl:sort select="@id"/>
+                                               <xsl:variable name="refid">
+                                                       <xsl:value-of select="@id" />
+                                               </xsl:variable>
+                                               
+                                               <xsl:variable name="refname">
+                                                       <xsl:value-of select="refnamediv/refname" />
+                                               </xsl:variable>
+                               <!-- For each section if there is note about enhanced in this version -->
+                                                       <xsl:for-each select="refsection">
+                                                               <xsl:for-each select="para | */para">
+                                                                       <xsl:choose>
+                                                                               <xsl:when test="contains(.,'Enhanced: 2.1')">
+                                                                                       <listitem><simpara><link linkend="{$refid}"><xsl:value-of select="$refname" /></link> - <xsl:value-of select="." /></simpara></listitem>
+                                                                               </xsl:when>
+                                                                       </xsl:choose>
+                                                               </xsl:for-each>
+                                                       </xsl:for-each>
+                                       </xsl:for-each>
+                               </itemizedlist>                         
+                               
                        
                        </sect2>