[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-1222-gd7d27517d

git at osgeo.org git at osgeo.org
Wed Jul 12 08:29:30 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  d7d27517d33ffe1a57d4f01d3a56f24902278821 (commit)
      from  8e8f895678ee83b3262f93b48a85ab9b199c2e43 (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 d7d27517d33ffe1a57d4f01d3a56f24902278821
Author: Sandro Santilli <strk at kbt.io>
Date:   Wed Jul 12 17:29:06 2023 +0200

    Fix casing of ST_CoverageInvalidEdges image
    
    Fixes `make images`

diff --git a/doc/html/images/Makefile.in b/doc/html/images/Makefile.in
index 4b00af880..a5dfc8c21 100644
--- a/doc/html/images/Makefile.in
+++ b/doc/html/images/Makefile.in
@@ -87,7 +87,7 @@ GENERATED_IMAGES= \
 	st_concavehull03.png \
 	st_concavehull04.png \
 	st_convexhull01.png \
-	ST_coverageinvalidedges01.png \
+	st_coverageinvalidedges01.png \
 	st_coveragesimplify01.png \
 	st_coveragesimplify02.png \
 	st_coverageunion01.png \

-----------------------------------------------------------------------

Summary of changes:
 doc/html/images/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list