[postgis-commits] svn - r3790 - in trunk/doc: . xsl

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Tue Mar 3 10:01:12 PST 2009


Author: robe
Date: 2009-03-03 10:01:11 -0800 (Tue, 03 Mar 2009)
New Revision: 3790

Modified:
   trunk/doc/reference_new.xml
   trunk/doc/xsl/postgis_aggs_mm.xml.xsl
Log:
Flag ST_GeoHash as curved support friendly, put in pretty anchors for special function sections

Modified: trunk/doc/reference_new.xml
===================================================================
--- trunk/doc/reference_new.xml	2009-03-03 18:00:52 UTC (rev 3789)
+++ trunk/doc/reference_new.xml	2009-03-03 18:01:11 UTC (rev 3790)
@@ -7614,6 +7614,13 @@
 		<note>
 			<para>ST_GeoHash will not work with geometries that are not in geographic (lon/lat) coordinates.</para>
 		</note>
+		
+		<!-- Optionally mention Circular String Support -->
+	    <para><inlinemediaobject>
+	        <imageobject>
+	          <imagedata fileref="images/check.png" />
+	        </imageobject>
+	      </inlinemediaobject> This method supports Circular Strings and Curves </para>
 
 	  </refsection>
 

Modified: trunk/doc/xsl/postgis_aggs_mm.xml.xsl
===================================================================
--- trunk/doc/xsl/postgis_aggs_mm.xml.xsl	2009-03-03 18:00:52 UTC (rev 3789)
+++ trunk/doc/xsl/postgis_aggs_mm.xml.xsl	2009-03-03 18:01:11 UTC (rev 3790)
@@ -12,7 +12,7 @@
 	<xsl:template match='/chapter'>
 	<chapter>
 		<title>PostGIS Special Functions Index</title>
-		<sect1>
+		<sect1 id="PostGIS_Aggregate_Functions">
 			<title>PostGIS Aggregate Functions</title>
 			<para>The functions given below are spatial aggregate functions provided with PostGIS that can be used just like any other sql aggregate function such as sum, average.</para>
 			<itemizedlist>
@@ -38,7 +38,7 @@
 			</itemizedlist>
 		</sect1>
 
-		<sect1>
+		<sect1 id="PostGIS_SQLMM_Functions">
 			<title>PostGIS SQL-MM Compliant Functions</title>
 			<para>The functions given below are PostGIS functions that conform to the SQL/MM 3 standard</para>
 			<note>
@@ -70,7 +70,7 @@
 				</itemizedlist>
 		</sect1>
 
-		<sect1>
+		<sect1 id="PostGIS_3D_Functions">
 			<title>PostGIS Functions that support 3D</title>
 			<para>The functions given below are PostGIS functions that do not throw away the Z-Index.</para>
 				<itemizedlist>



More information about the postgis-commits mailing list