]> granicus.if.org Git - postgis/commitdiff
Looks fine in all my IE8 browsers perhaps its just IE7 that's behind the times. ...
authorRegina Obe <lr@pcorp.us>
Wed, 2 Dec 2009 21:48:05 +0000 (21:48 +0000)
committerRegina Obe <lr@pcorp.us>
Wed, 2 Dec 2009 21:48:05 +0000 (21:48 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@4976 b70326c6-7e19-0410-871a-916f4a2858ee

doc/xsl/postgis_aggs_mm.xml.xsl

index b15c1031d536d269502c5e637b4bbd3ad399aa4d..f261d4b9db19b61a81e77c91541808a2938ffd6e 100644 (file)
 \r
                        <para>Below is an alphabetical listing of spatial specific functions in PostGIS and the kinds of spatial\r
                                types they work with or OGC/SQL compliance they try to conform to.</para>\r
-                       <para>A &#x2713; means the function works with the type or subtype natively.  A T means it works but has a transform cast built-in to \r
-                               cast to geometry, transform and then cast back. A * means the function works with it, but only does because of auto-casting\r
-                                       behavior.</para>\r
+                       <para><itemizedlist>\r
+                               <listitem>A &#x2713; means the function works with the type or subtype natively.</listitem>\r
+                               <listitem>A &#x263A; means it works but with a transform cast built-in to cast to geometry, transform and then cast back.</listitem>\r
+                               <listitem>A &#x2611; means the function works with the type, but because of a auto-cast rather than direct support.</listitem>\r
+                               </itemizedlist>\r
+                       </para>\r
                                \r
                        <para>\r
                                <informaltable frame='all'>\r
                                                                        </xsl:when>\r
                                                                        <!-- support via autocast -->\r
                                                                        <xsl:when test="contains(refsynopsisdiv/funcsynopsis,'box') or contains(refsynopsisdiv/funcsynopsis/funcprototype/funcdef,'box')">\r
-                                                                               <entry>*</entry>\r
+                                                                               <entry>&#x2611;</entry>\r
                                                                        </xsl:when>\r
                                                                        <!-- no support -->\r
                                                                        <xsl:otherwise>\r
                                                                <xsl:choose>\r
                                                                        <!-- Support via geometry transform hack -->\r
                                                                        <xsl:when test="(contains(refsynopsisdiv/funcsynopsis,'geography') or contains(refsynopsisdiv/funcsynopsis/funcprototype/funcdef,'geography')) and contains($comment,'(T)')">\r
-                                                                               <entry>T</entry>\r
+                                                                               <entry>&#x263A;</entry>\r
                                                                        </xsl:when>\r
                                                                        <!-- direct support -->\r
                                                                        <xsl:when test="contains(refsynopsisdiv/funcsynopsis,'geography') or contains(refsynopsisdiv/funcsynopsis/funcprototype/funcdef,'geography')">\r
-                                                                               <entry>+</entry>\r
+                                                                               <entry>&#x2713;</entry>\r
                                                                        </xsl:when>\r
                                                                        <!-- no support -->\r
                                                                        <xsl:otherwise>\r
                                                                <xsl:choose>\r
                                                                        <!-- supports -->\r
                                                                        <xsl:when test="contains(.,'This function supports 3d')">\r
-                                                                               <entry>+</entry>\r
+                                                                               <entry>&#x2713;</entry>\r
                                                                        </xsl:when>\r
                                                                        <!-- no support -->\r
                                                                        <xsl:otherwise>\r
                                                                <xsl:choose>\r
                                                                        <!-- supports -->\r
                                                                        <xsl:when test="contains(.,'supports Circular Strings')">\r
-                                                                               <entry>+</entry>\r
+                                                                               <entry>&#x2713;</entry>\r
                                                                        </xsl:when>\r
                                                                        <!-- no support -->\r
                                                                        <xsl:otherwise>\r
                                                                <xsl:choose>\r
                                                                        <!-- supports -->\r
                                                                        <xsl:when test="contains(.,'implements the SQL/MM')">\r
-                                                                               <entry>+</entry>\r
+                                                                               <entry>&#x2713;</entry>\r
                                                                        </xsl:when>\r
                                                                        <!-- no support -->\r
                                                                        <xsl:otherwise>\r