]> granicus.if.org Git - postgis/commitdiff
change 3d icons, better distinction between required and enhnaced, minor grammar...
authorRegina Obe <lr@pcorp.us>
Sat, 11 May 2013 15:32:28 +0000 (15:32 +0000)
committerRegina Obe <lr@pcorp.us>
Sat, 11 May 2013 15:32:28 +0000 (15:32 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@11420 b70326c6-7e19-0410-871a-916f4a2858ee

doc/html/images/matrix_3dglasses.png [deleted file]
doc/html/images/matrix_sfcgal_enhanced.png [new file with mode: 0644]
doc/html/images/matrix_sfcgal_required.png [new file with mode: 0644]
doc/postgis.xml
doc/xsl/postgis_aggs_mm.xml.xsl

diff --git a/doc/html/images/matrix_3dglasses.png b/doc/html/images/matrix_3dglasses.png
deleted file mode 100644 (file)
index d3e4781..0000000
Binary files a/doc/html/images/matrix_3dglasses.png and /dev/null differ
diff --git a/doc/html/images/matrix_sfcgal_enhanced.png b/doc/html/images/matrix_sfcgal_enhanced.png
new file mode 100644 (file)
index 0000000..0ee3394
Binary files /dev/null and b/doc/html/images/matrix_sfcgal_enhanced.png differ
diff --git a/doc/html/images/matrix_sfcgal_required.png b/doc/html/images/matrix_sfcgal_required.png
new file mode 100644 (file)
index 0000000..4c9d7a7
Binary files /dev/null and b/doc/html/images/matrix_sfcgal_required.png differ
index 392f310537eb4e24f29c55cb14f092f43ee9bb3d..b3e6a20344ab9b38eba8ac90b541489de656938d 100644 (file)
@@ -72,7 +72,7 @@
    <imageobject>
      <imagedata fileref='images/check.png' />
    </imageobject>
- </inlinemediaobject> This method need SFCGAL backend.">
+ </inlinemediaobject> This method needs SFCGAL backend.">
 
 <!ENTITY curve_support 
 "<inlinemediaobject>
index 78b49acb5af73d6ca626efb89e69c588f8c92668..9b631ccf523debcc0f83e9d3360d5539de97bf0c 100644 (file)
                                                and may accumulate floating point junk.</simpara></listitem>
                                <listitem><simpara>A <xsl:value-of select="$matrix_autocast" disable-output-escaping="yes"/> means the function works with the type because of a auto-cast to another such as to box3d rather than direct type support.</simpara></listitem>
                                <listitem><simpara>A <xsl:value-of select="$matrix_sfcgal" disable-output-escaping="yes"/> means the function only available if PostGIS compiled with SFCGAL support.</simpara></listitem>
+                               <listitem><simpara>A <xsl:value-of select="$matrix_sfcgal_enhanced" disable-output-escaping="yes"/> means the function uses SFCGAL if PostGIS compiled with SFCGAL.</simpara></listitem>
                                <listitem><simpara>geom - Basic 2D geometry support (x,y).</simpara></listitem>
                                <listitem><simpara>geog - Basic 2D geography support (x,y).</simpara></listitem>
                                <listitem><simpara>2.5D - basic 2D geometries in 3 D/4D space (has Z or M coord).</simpara></listitem>
                                                                        <!-- supports -->
                                                                        <xsl:when test="contains(.,'This function supports 3d')">
                                                                                <!-- if 3d denote if it needs sfcgal -->
-                                                                               <entry><xsl:choose><xsl:when test="contains(.,'SFCGAL')"><xsl:value-of select="$matrix_sfcgal" disable-output-escaping="yes"/></xsl:when>
+                                                                               <entry><xsl:choose><xsl:when test="contains(.,'needs SFCGAL')"><xsl:value-of select="$matrix_sfcgal" 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>
                                                                        <!-- no support -->