From 738dba90c434ae27a4ac4e5f2a787899c6235b9a Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Tue, 1 Dec 2009 18:07:32 +0000 Subject: [PATCH] Add sql mm compliance column get rid of cell-padding git-svn-id: http://svn.osgeo.org/postgis/trunk@4960 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/html/style.css | 6 +++--- doc/xsl/postgis_aggs_mm.xml.xsl | 15 ++++++++++++++- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/doc/html/style.css b/doc/html/style.css index 6455fca87..40a16dc56 100644 --- a/doc/html/style.css +++ b/doc/html/style.css @@ -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 ----------------------------------------------------- */ diff --git a/doc/xsl/postgis_aggs_mm.xml.xsl b/doc/xsl/postgis_aggs_mm.xml.xsl index c07760a00..0e6104d98 100644 --- a/doc/xsl/postgis_aggs_mm.xml.xsl +++ b/doc/xsl/postgis_aggs_mm.xml.xsl @@ -225,13 +225,14 @@ cast to geometry, transform and then cast back. A * means the function works with it, but only does because of auto-casting behavior. - Function Support Matrix +
Function Support Matrix + Function @@ -239,6 +240,7 @@ geography 3D (2.5D) Curves + SQL MM @@ -312,6 +314,17 @@ + + + + + + + + + + + + -- 2.50.1