[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-1024-g7605fdb35
git at osgeo.org
git at osgeo.org
Tue Jun 27 14:28:08 PDT 2023
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, master has been updated
via 7605fdb3567cd70ad0ee6a2b0aeb9ad171770527 (commit)
from 37f3a94a2a17e7304f0331d66d9fd48ea1df88f4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7605fdb3567cd70ad0ee6a2b0aeb9ad171770527
Author: Sandro Santilli <strk at kbt.io>
Date: Tue Jun 27 23:25:02 2023 +0200
Add alt text for icons in support matrix
Makes the matrix redable with text browsers
diff --git a/doc/xsl/postgis_aggs_mm.xml.xsl b/doc/xsl/postgis_aggs_mm.xml.xsl
index 65f0155b7..40714d605 100644
--- a/doc/xsl/postgis_aggs_mm.xml.xsl
+++ b/doc/xsl/postgis_aggs_mm.xml.xsl
@@ -308,11 +308,46 @@
</sect1>
<sect1 id="PostGIS_TypeFunctionMatrix">
- <xsl:variable name='matrix_checkmark'><![CDATA[<inlinemediaobject><imageobject><imagedata fileref='images/matrix_checkmark.png' /></imageobject></inlinemediaobject>]]></xsl:variable>
- <xsl:variable name='matrix_transform'><![CDATA[<inlinemediaobject><imageobject><imagedata fileref='images/matrix_transform.png' /></imageobject></inlinemediaobject>]]></xsl:variable>
- <xsl:variable name='matrix_autocast'><![CDATA[<inlinemediaobject><imageobject><imagedata fileref='images/matrix_autocast.png' /></imageobject></inlinemediaobject>]]></xsl:variable>
- <xsl:variable name='matrix_sfcgal_required'><![CDATA[<inlinemediaobject><imageobject><imagedata fileref='images/matrix_sfcgal_required.png' /></imageobject></inlinemediaobject>]]></xsl:variable>
- <xsl:variable name='matrix_sfcgal_enhanced'><![CDATA[<inlinemediaobject><imageobject><imagedata fileref='images/matrix_sfcgal_enhanced.png' /></imageobject></inlinemediaobject>]]></xsl:variable>
+ <xsl:variable name='matrix_checkmark'><![CDATA[
+ <inlinemediaobject>
+ <alt>[N]</alt>
+ <imageobject>
+ <imagedata fileref='images/matrix_checkmark.png' />
+ </imageobject>
+ </inlinemediaobject>
+ ]]></xsl:variable>
+ <xsl:variable name='matrix_transform'><![CDATA[
+ <inlinemediaobject>
+ <alt>[T]</alt>
+ <imageobject>
+ <imagedata fileref='images/matrix_transform.png' />
+ </imageobject>
+ </inlinemediaobject>
+ ]]></xsl:variable>
+ <xsl:variable name='matrix_autocast'><![CDATA[
+ <inlinemediaobject>
+ <alt>[C]</alt>
+ <imageobject>
+ <imagedata fileref='images/matrix_autocast.png' />
+ </imageobject>
+ </inlinemediaobject>
+ ]]></xsl:variable>
+ <xsl:variable name='matrix_sfcgal_required'><![CDATA[
+ <inlinemediaobject>
+ <alt>[S]</alt>
+ <imageobject>
+ <imagedata fileref='images/matrix_sfcgal_required.png' />
+ </imageobject>
+ </inlinemediaobject>
+ ]]></xsl:variable>
+ <xsl:variable name='matrix_sfcgal_enhanced'><![CDATA[
+ <inlinemediaobject>
+ <alt>[s]</alt>
+ <imageobject>
+ <imagedata fileref='images/matrix_sfcgal_enhanced.png' />
+ </imageobject>
+ </inlinemediaobject>
+ ]]></xsl:variable>
<title>PostGIS Function Support Matrix</title>
-----------------------------------------------------------------------
Summary of changes:
doc/xsl/postgis_aggs_mm.xml.xsl | 45 ++++++++++++++++++++++++++++++++++++-----
1 file changed, 40 insertions(+), 5 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list