]> granicus.if.org Git - postgis/commitdiff
change check geos to be 3.4 (3.4 is the new standard of excellence)
authorRegina Obe <lr@pcorp.us>
Sat, 9 Feb 2013 06:08:30 +0000 (06:08 +0000)
committerRegina Obe <lr@pcorp.us>
Sat, 9 Feb 2013 06:08:30 +0000 (06:08 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@11092 b70326c6-7e19-0410-871a-916f4a2858ee

doc/xsl/postgis_cheatsheet.html.xsl
doc/xsl/topology_cheatsheet.html.xsl

index 5275c030538cf8914cbc1272d8916778179b3304..88ee219e64c75ce51e92c2e846b02b7aa3f6c393 100644 (file)
@@ -119,7 +119,7 @@ code {font-size: 8pt}
 -->\r
 </style>\r
        </head><body><h1 style='text-align:center'>PostGIS ]]></xsl:text> <xsl:value-of select="$postgis_version" /><xsl:text><![CDATA[ Cheatsheet</h1>]]></xsl:text>\r
-               <xsl:text><![CDATA[<span class='notes'>New in this release <sup>1</sup> Enhanced in this release <sup>2</sup> Requires GEOS 3.3 or higher<sup>g3.3</sup>    &nbsp;2.5/3D support<sup>3d</sup>&nbsp;SQL-MM<sup>mm</sup> &nbsp;Supports geography <sup>G</sup></span><div id="content_functions">]]></xsl:text>\r
+               <xsl:text><![CDATA[<span class='notes'>New in this release <sup>1</sup> Enhanced in this release <sup>2</sup> Requires GEOS 3.4 or higher<sup>g3.4</sup>    &nbsp;2.5/3D support<sup>3d</sup>&nbsp;SQL-MM<sup>mm</sup> &nbsp;Supports geography <sup>G</sup></span><div id="content_functions">]]></xsl:text>\r
                        <xsl:apply-templates select="/book/chapter[@id='reference']" />\r
                        <xsl:text><![CDATA[</div>]]></xsl:text>\r
                        <xsl:text><![CDATA[<div id="content_examples">]]></xsl:text>\r
@@ -158,7 +158,7 @@ code {font-size: 8pt}
                                <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
                                <xsl:if test="contains(refsynopsisdiv/funcsynopsis,'geography') or contains(refsynopsisdiv/funcsynopsis/funcprototype/funcdef,'geography')"><![CDATA[<sup>G</sup>  ]]></xsl:if>\r
-                               <xsl:if test="contains(.,'GEOS &gt;= 3.3')"><![CDATA[<sup>g3.3</sup> ]]></xsl:if>\r
+                               <xsl:if test="contains(.,'GEOS &gt;= 3.4')"><![CDATA[<sup>g3.4</sup> ]]></xsl:if>\r
                                <xsl:if test="contains(.,'This function supports 3d')"><![CDATA[<sup>3d</sup> ]]></xsl:if>\r
                                <!-- if only one proto just dispaly it on first line -->\r
                                <xsl:if test="count(refsynopsisdiv/funcsynopsis/funcprototype) = 1">\r
index 5f73ba7fa89357040acc8d5fe561b333b7452064..322d60770d46aa483f9bc631dd8f35904f2b92ff 100644 (file)
@@ -89,7 +89,7 @@ h1 {
 -->\r
 </style>\r
        </head><body><h1 style='text-align:center'>PostGIS ]]></xsl:text> <xsl:value-of select="$postgis_version" /><xsl:text><![CDATA[ Topology Cheatsheet</h1>]]></xsl:text>\r
-               <xsl:text><![CDATA[<span class='notes'>New in this release <sup>1</sup>&nbsp; Enhanced in this release <sup>2</sup>&nbsp;Requires GEOS 3.3 or higher<sup>3.3</sup></span><div id="content_functions">]]></xsl:text>\r
+               <xsl:text><![CDATA[<span class='notes'>New in this release <sup>1</sup>&nbsp; Enhanced in this release <sup>2</sup>&nbsp;Requires GEOS 3.4 or higher<sup>3.4</sup></span><div id="content_functions">]]></xsl:text>\r
                        <xsl:apply-templates select="/book/chapter[@id='Topology']" name="function_list" />\r
                        <xsl:text><![CDATA[</div>]]></xsl:text>\r
                        <xsl:text><![CDATA[<div id="content_examples">]]></xsl:text>\r
@@ -117,7 +117,7 @@ h1 {
                                <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
                                <xsl:if test="contains(refsynopsisdiv/funcsynopsis,'geography') or contains(refsynopsisdiv/funcsynopsis/funcprototype/funcdef,'geography')"><![CDATA[<sup>G</sup>  ]]></xsl:if>\r
-                               <xsl:if test="contains(.,'GEOS &gt;= 3.3')"><![CDATA[<sup>g3.3</sup> ]]></xsl:if>\r
+                               <xsl:if test="contains(.,'GEOS &gt;= 3.4')"><![CDATA[<sup>g3.4</sup> ]]></xsl:if>\r
                                <xsl:if test="contains(.,'This function supports 3d')"><![CDATA[<sup>3D</sup> ]]></xsl:if>\r
                                <!-- if only one proto just dispaly it on first line -->\r
                                <xsl:if test="count(refsynopsisdiv/funcsynopsis/funcprototype) = 1">\r