]> granicus.if.org Git - postgis/commitdiff
fix filter for 2.5D/curved support. More tweaking of style
authorRegina Obe <lr@pcorp.us>
Tue, 1 Dec 2009 17:06:57 +0000 (17:06 +0000)
committerRegina Obe <lr@pcorp.us>
Tue, 1 Dec 2009 17:06:57 +0000 (17:06 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@4958 b70326c6-7e19-0410-871a-916f4a2858ee

doc/html/style.css
doc/xsl/postgis_aggs_mm.xml.xsl

index b10e502fee94759ddb76067a9d4576211af785db..6455fca87b67215fb69f20ad73c101f71f48880f 100644 (file)
@@ -21,7 +21,7 @@ h3 { font-size: 16px; line-height: 18px; margin-bottom: 16px;}
 h4 { font-size: 14px; line-height: 16px; margin-bottom: 14px;}
 h5 { font-size: 13px; line-height: 10px; margin-bottom: 13px;}
 /*table, td { border: 0; }*/
-.table table, td {border: 1;}
+.table table, td {border: 1;padding: 0}
 
 
 /* 3. Block Formatted
index 2aafc30e3bf12eec42977008fbf95df09d656f52..9eb88d566eac5bdd52ebf6e569cd5b7b8f4a203e 100644 (file)
                        <title>PostGIS Type Function Matrix</title>\r
                        <sect1info>\r
                                <abstract>\r
-                                       <para>Below is an alphabetical listing of all functions in PostGIS and the kinds of spatial\r
+                                       <para>Below is an alphabetical listing of all spatial functions in PostGIS and the kinds of spatial\r
                                                types they work with.</para>\r
                                        <para>A + means the function works with it natively.  A T means it does 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
                                </abstract>\r
                        </sect1info>\r
-                       <table frame='all'><title>Function Type Support Matrix</title>\r
+                       <table frame='all'><title>Function Support Matrix</title>\r
                        <tgroup cols='5' align='left' colsep='1' rowsep='1'>\r
-                               <colspec colname='function'/>\r
-                               <colspec colname='geometry'/>\r
-                               <colspec colname='geography'/>\r
-                               <colspec colname='3D'/>\r
-                               <colspec colname='Curves'/>\r
+                               <colspec colname='function' />\r
+                               <colspec colname='geometry' align='center'/>\r
+                               <colspec colname='geography' align='center'/>\r
+                               <colspec colname='3D' align='center'/>\r
+                               <colspec colname='Curves' align='center'/>\r
                        <thead>\r
                                <row>\r
                                  <entry>Function</entry>\r
                                        <!-- If at least one paragraph contains support 3d -->\r
                                        <xsl:choose>\r
                                                <!-- supports -->\r
-                                               <xsl:when test="contains(refsection/para/text(),'This function supports 3d')">\r
+                                               <xsl:when test="contains(.,'This function supports 3d')">\r
                                                        <entry>+</entry>\r
                                                </xsl:when>\r
                                                <!-- no support -->\r
                                        <!-- Support for Curve -->\r
                                        <xsl:choose>\r
                                                <!-- supports -->\r
-                                               <xsl:when test="contains(refsection/para/text(),'supports Circular Strings')">\r
+                                               <xsl:when test="contains(.,'supports Circular Strings')">\r
                                                        <entry>+</entry>\r
                                                </xsl:when>\r
                                                <!-- no support -->\r