]> granicus.if.org Git - postgis/commitdiff
Put in Enhanced note about ST_DumpPoints -- should in theory be faster. Revise expert...
authorRegina Obe <lr@pcorp.us>
Tue, 30 Oct 2012 21:16:49 +0000 (21:16 +0000)
committerRegina Obe <lr@pcorp.us>
Tue, 30 Oct 2012 21:16:49 +0000 (21:16 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@10596 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_processing.xml
doc/xsl/postgis_reference.xml.xsl

index f18da5c49b378df1f31d7f48d6cebfca76777119..e36f6e665119347df7dc8731709b66901b5e982e 100644 (file)
@@ -1260,6 +1260,7 @@ SELECT (g.gdump).path, ST_AsEWKT((g.gdump).geom) as wkt
                                        <varname>i</varname> is the ring number (1 is outer; inner rings follow) and <varname>j</varname> 
                                        enumerates the <varname>POINT</varname>s (again 1-based index).
                                </para>
+                               <para>Enhanced: 2.1.0 Faster speed. Reimplemented as native-C.</para>
                                <para>Enhanced: 2.0.0 support for Polyhedral surfaces, Triangles and TIN was introduced.</para>
                                <para>Availability: 1.5.0</para>
                                <para>&curve_support;</para>
index 5f98aecfce83867d6f4661184c3f3b7d4b9a106b..6790cc79ff0a4328bb24651a9ea1766721f40dba 100644 (file)
@@ -19,7 +19,7 @@
        
        <!-- just grab link and title -->
         <xsl:template match="ulink">
-               <xsl:value-of select="@url" /> <xsl:value-of select="." />
+               <xsl:value-of select="@url" /><xsl:text> </xsl:text><xsl:value-of select="." />
         </xsl:template>
 
        <!--just grab name of file -->