]> granicus.if.org Git - postgis/commitdiff
Add sql mm compliance column get rid of cell-padding
authorRegina Obe <lr@pcorp.us>
Tue, 1 Dec 2009 18:07:32 +0000 (18:07 +0000)
committerRegina Obe <lr@pcorp.us>
Tue, 1 Dec 2009 18:07:32 +0000 (18:07 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@4960 b70326c6-7e19-0410-871a-916f4a2858ee

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

index 6455fca87b67215fb69f20ad73c101f71f48880f..40a16dc563fd5297db1223ee567280c03975cac1 100644 (file)
@@ -20,9 +20,9 @@ h2 { font-size: 22px; line-height: 22px; margin-bottom: 21px;}
 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;padding: 0}
-
+table, td {padding: 0; }
+/*table, td {border: 1;padding: 0}
+*/
 
 /* 3. Block Formatted
 ----------------------------------------------------- */
index c07760a0099c5351cb59c5d487cda675f2ac862c..0e6104d982081885ba1e6ba055f6ef0f7e19ab01 100644 (file)
                                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
                                \r
-                       <table frame='all'><title>Function Support Matrix</title>\r
+                       <table frame='all' cellpadding='0'><title>Function Support Matrix</title>\r
                        <tgroup cols='5' align='left' colsep='1' rowsep='1'>\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
+                               <colspec colname='SQLMM' align='center' />\r
                        <thead>\r
                                <row>\r
                                  <entry>Function</entry>\r
                                  <entry>geography</entry>\r
                                  <entry>3D (2.5D)</entry>\r
                                  <entry>Curves</entry>\r
+                                 <entry>SQL MM</entry>\r
                                </row>\r
                        </thead>\r
                        <tbody>\r
                                                        <entry></entry>\r
                                                </xsl:otherwise>\r
                                        </xsl:choose>   \r
+                                       <!-- SQL MM compliance -->\r
+                                       <xsl:choose>\r
+                                               <!-- supports -->\r
+                                               <xsl:when test="contains(.,'implements the SQL/MM')">\r
+                                                       <entry>+</entry>\r
+                                               </xsl:when>\r
+                                               <!-- no support -->\r
+                                               <xsl:otherwise>\r
+                                                       <entry></entry>\r
+                                               </xsl:otherwise>\r
+                                       </xsl:choose>\r
                                </row>\r
                        </xsl:for-each>\r
                        </tbody>\r