]> granicus.if.org Git - postgis/commitdiff
Duplicate named case-insensitive XML refentry ids / HTML files (#1511)
authorPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 6 Feb 2012 19:13:47 +0000 (19:13 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 6 Feb 2012 19:13:47 +0000 (19:13 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9045 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_type.xml
doc/xsl/postgis_aggs_mm.xml.xsl

index 80573a193c99f3de001828e8f796e3f7adaf7d92..933babab788a71556b03711558612d2c894c6809 100644 (file)
@@ -19,7 +19,7 @@
     </sect1info>
     <title>PostgreSQL PostGIS Geometry/Geography/Box Types</title>
 
-       <refentry id="box2d">
+       <refentry id="box2d_type">
       <refnamediv>
         <refname>box2d</refname>
         <refpurpose>A box composed of x min, ymin,  xmax, ymax.  Often used to return the 2d enclosing box of a geometry. </refpurpose>
@@ -30,7 +30,7 @@
         <para>box2d is a spatial data type used to represent the enclosing box of a geometry or set of geometries. ST_Extent in earlier versions prior to PostGIS 1.4 would return a box2d.</para>
       </refsection>
     </refentry>
-       <refentry id="box3d">
+       <refentry id="box3d_type">
       <refnamediv>
         <refname>box3d</refname>
         <refpurpose>A box composed of x min, ymin, zmin, xmax, ymax, zmax.  Often used to return the 3d extent of a geometry or collection of geometries. </refpurpose>
index 5480be697c214b1f112add378f901683e7b55870..92e642783db67f2e2532f42c9093a62721a1798d 100644 (file)
                <sect1 id="PostGIS_BoxFunctions">
                        <title>PostGIS Box Functions</title>
                        <para>The functions given below are PostGIS functions that take as input or return as output the box* family of PostGIS spatial types.
-                               The box family of types consists of <link linkend="box2d">box2d</link>, and <link linkend="box3d">box3d</link></para>
+                               The box family of types consists of <link linkend="box2d_type">box2d</link>, and <link linkend="box3d_type">box3d</link></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'>