[postgis-tickets] [SCM] PostGIS branch stable-3.0 updated. 3.0.3-18-g39672a1

git at osgeo.org git at osgeo.org
Wed Mar 10 13:46:53 PST 2021


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, stable-3.0 has been updated
       via  39672a19cd0bc44b01624bed50b7a7395ef41c11 (commit)
      from  d7d8dfb4492de85aa2eefec00544b7bd2070ff34 (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 39672a19cd0bc44b01624bed50b7a7395ef41c11
Author: Regina Obe <lr at pcorp.us>
Date:   Wed Mar 10 16:46:46 2021 -0500

    Need to normalize the output of < 39 route as well. Closes #4875

diff --git a/liblwgeom/cunit/cu_geos.c b/liblwgeom/cunit/cu_geos.c
index 6752351..f4c2d99 100644
--- a/liblwgeom/cunit/cu_geos.c
+++ b/liblwgeom/cunit/cu_geos.c
@@ -153,7 +153,7 @@ test_geos_makevalid(void)
 #if POSTGIS_GEOS_VERSION < 39
 	ASSERT_STRING_EQUAL(
 	    out_ewkt,
-	    "GEOMETRYCOLLECTION(POLYGON((92114.014 463463.469,92115.5120743 463462.206937,92115.512 463462.207,92127.546 463452.075,92117.173 463439.755,92133.675 463425.942,92122.136 463412.826,92092.377 463437.77,92114.014 463463.469)),MULTIPOINT(92115.5120743 463462.206937,92122.136 463412.826))");
+	    "GEOMETRYCOLLECTION(POLYGON((92092.377 463437.77,92114.014 463463.469,92115.5120743 463462.206937,92115.512 463462.207,92127.546 463452.075,92117.173 463439.755,92133.675 463425.942,92122.136 463412.826,92092.377 463437.77)),MULTIPOINT(92122.136 463412.826,92115.5120743 463462.206937))");
 #else
 	ASSERT_STRING_EQUAL(
 	    out_ewkt,

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

Summary of changes:
 liblwgeom/cunit/cu_geos.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list