[postgis-tickets] [SCM] PostGIS branch stable-2.5 updated. 2.5.4-30-g62d1051

git at osgeo.org git at osgeo.org
Wed Aug 12 13:45:23 PDT 2020


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-2.5 has been updated
       via  62d105146b02462affa98bb6b7c7976f347e3409 (commit)
       via  2c4618aacafeabdccf6066a181239ce7dbe07c23 (commit)
      from  9d3a207b5777860813cd935ab829292bceb2fcb8 (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 62d105146b02462affa98bb6b7c7976f347e3409
Merge: 2c4618a 9d3a207
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Wed Aug 12 13:45:17 2020 -0700

    Merge branch 'stable-2.5' of https://git.osgeo.org/gitea/postgis/postgis into stable-2.5


commit 2c4618aacafeabdccf6066a181239ce7dbe07c23
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Wed Aug 12 13:45:03 2020 -0700

    Be more aggressive about obtaining an outside point from gbox. References #4689

diff --git a/liblwgeom/lwgeodetic_tree.c b/liblwgeom/lwgeodetic_tree.c
index e0d5058..245ddf8 100644
--- a/liblwgeom/lwgeodetic_tree.c
+++ b/liblwgeom/lwgeodetic_tree.c
@@ -476,7 +476,7 @@ int circ_tree_get_point_outside(const CIRC_NODE* node, POINT2D* pt)
 {
 	POINT3D center3d;
 	GEOGRAPHIC_POINT g;
-	if (node->radius >= M_PI) return LW_FAILURE;
+	// if (node->radius >= M_PI) return LW_FAILURE;
 	geog2cart(&(node->center), &center3d);
 	vector_scale(&center3d, -1.0);
 	cart2geog(&center3d, &g);

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list