]> granicus.if.org Git - postgis/commitdiff
#2324: Fix chart so 2D support only enabled with sfcgal is tagged with sfcgal icon
authorRegina Obe <lr@pcorp.us>
Thu, 3 Sep 2015 22:33:20 +0000 (22:33 +0000)
committerRegina Obe <lr@pcorp.us>
Thu, 3 Sep 2015 22:33:20 +0000 (22:33 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14041 b70326c6-7e19-0410-871a-916f4a2858ee

doc/xsl/postgis_aggs_mm.xml.xsl

index d7ee79db096af3891b33330b50dd66cee2bcbf25..9f4d8388708792681e61f8bd87e07e3667e88ed9 100644 (file)
                                                                <xsl:choose>
                                                                        <!-- direct support -->
                                                                        <xsl:when test="contains(refsynopsisdiv/funcsynopsis,'geometry') or contains(refsynopsisdiv/funcsynopsis/funcprototype/funcdef,'geometry')">
-                                                                               <entry><xsl:value-of select="$matrix_checkmark" disable-output-escaping="yes"/></entry>
+                                                                               <entry><xsl:choose><xsl:when test="contains(.,'needs SFCGAL')"><xsl:value-of select="$matrix_sfcgal_required" disable-output-escaping="yes"/></xsl:when><xsl:otherwise><xsl:value-of select="$matrix_checkmark" disable-output-escaping="yes"/></xsl:otherwise></xsl:choose></entry>
                                                                        </xsl:when>
                                                                        <!-- support via autocast -->
                                                                        <xsl:when test="contains(refsynopsisdiv/funcsynopsis,'box') or contains(refsynopsisdiv/funcsynopsis/funcprototype/funcdef,'box')">