[SCM] PostGIS branch master updated. 3.4.0rc1-778-g5fefa43d3
git at osgeo.org
git at osgeo.org
Sat Nov 18 19:59:48 PST 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 5fefa43d3eca0808c09dd9332459c9f6b779586f (commit)
via bda254e5c62d43115d6cd0e66001aaf7b8ae650e (commit)
from f0c64c9504156a09fc7b993ca84654d67a5e0617 (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 5fefa43d3eca0808c09dd9332459c9f6b779586f
Author: Regina Obe <lr at pcorp.us>
Date: Sat Nov 18 22:59:08 2023 -0500
Remove segment in polygon test for now
until regress issue is resolved.
References https://trac.osgeo.org/postgis/ticket/5612
for PostGIS 3.5.0
diff --git a/sfcgal/regress/visibility.sql b/sfcgal/regress/visibility.sql
index 392bd40dd..91b04bfc7 100644
--- a/sfcgal/regress/visibility.sql
+++ b/sfcgal/regress/visibility.sql
@@ -1,4 +1,4 @@
SELECT 'Visibility point in polygon', ST_AsText(CG_Visibility('POLYGON((0.0 4.0,0.0 0.0,3.0 2.0,4.0 0.0,4.0 4.0,1.0 2.0,0.0 4.0))', 'POINT(0.5 2.0)'), 2);
SELECT 'Visibility point in polygon with hole', ST_AsText(CG_Visibility('POLYGON((0.0 4.0,0.0 0.0,3.0 2.0,4.0 0.0,4.0 4.0,1.0 2.0,0.0 4.0),(0.2 1.8,0.9 1.8,0.7 1.2,0.2 1.8))', 'POINT(0.5 2.0)'), 2);
-SELECT 'Visibility segment in polygon', ST_AsText(CG_Visibility('POLYGON((0.0 4.0,0.0 0.0,3.0 2.0,4.0 0.0,4.0 4.0,1.0 2.0,0.0 4.0))', 'POINT(1.0 2.0)', 'POINT(4.0 4.0)'), 2);
+--SELECT 'Visibility segment in polygon', ST_AsText(CG_Visibility('POLYGON((0.0 4.0,0.0 0.0,3.0 2.0,4.0 0.0,4.0 4.0,1.0 2.0,0.0 4.0))', 'POINT(1.0 2.0)', 'POINT(4.0 4.0)'), 2);
SELECT 'Visibility segment in polygon with hole', ST_AsText(CG_Visibility('POLYGON((1.0 2.0,12.0 3.0,19.0 -2.0,12.0 6.0,14.0 14.0,9.0 5.0,1.0 2.0),(8.0 3.0,8.0 4.0,10.0 3.0,8.0 3.0),(10.0 6.0,11.0 7.0,11.0 6.0,10.0 6.0))', 'POINT(19.0 -2.0)', 'POINT(12.0 6.0)'), 2);
diff --git a/sfcgal/regress/visibility_expected b/sfcgal/regress/visibility_expected
index a42d87699..7ecc5da92 100644
--- a/sfcgal/regress/visibility_expected
+++ b/sfcgal/regress/visibility_expected
@@ -1,4 +1,3 @@
Visibility point in polygon|POLYGON((3 2,1 2,0 4,0 0,3 2))
Visibility point in polygon with hole|POLYGON((0 1.67,0.2 1.8,0.9 1.8,1.93 1.29,3 2,1 2,0 4,0 1.67))
-Visibility segment in polygon|POLYGON((1 2,0 4,0 0,4 0,4 4,1 2))
Visibility segment in polygon with hole|POLYGON((19 -2,12 6,14 14,10.43 7.57,11 7,11 6,10 6,9.56 6,9 5,1 2,4.67 2.33,8 4,10 3,9.87 2.81,12 3,19 -2))
commit bda254e5c62d43115d6cd0e66001aaf7b8ae650e
Author: Regina Obe <lr at pcorp.us>
Date: Sat Nov 18 22:56:01 2023 -0500
Fix generation of cg_visibility images. References https://trac.osgeo.org/postgis/ticket/5612
diff --git a/doc/html/images/Makefile.in b/doc/html/images/Makefile.in
index 7483de7e7..8f33d0d24 100644
--- a/doc/html/images/Makefile.in
+++ b/doc/html/images/Makefile.in
@@ -38,6 +38,9 @@ STATIC_IMAGES_SRC = $(wildcard $(srcdir)/static/*.png $(srcdir)/static/*.gif)
STATIC_IMAGES = $(subst $(srcdir)/static/,,$(STATIC_IMAGES_SRC))
GENERATED_IMAGES= \
+ cg_visibility01.png \
+ cg_visibility02.png \
+ cg_visibility03.png \
de9im01.png \
de9im02.png \
st_alphashape01.png \
-----------------------------------------------------------------------
Summary of changes:
doc/html/images/Makefile.in | 3 +++
sfcgal/regress/visibility.sql | 2 +-
sfcgal/regress/visibility_expected | 1 -
3 files changed, 4 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list