[postgis-tickets] [SCM] PostGIS branch stable-2.4 updated. b495daed109f4771cc44066fcc0d4825131c7dc5
git at osgeo.org
git at osgeo.org
Fri Apr 24 09:23:08 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.4 has been updated
via b495daed109f4771cc44066fcc0d4825131c7dc5 (commit)
from b97fa93fbcfeae2c05f93c77f635adf055a4065d (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 b495daed109f4771cc44066fcc0d4825131c7dc5
Author: Regina Obe <lr at pcorp.us>
Date: Fri Apr 24 12:23:00 2020 -0400
SFCGAL now returns 0 0 instead of -0 -0
diff --git a/regress/regress_sfcgal_expected b/regress/regress_sfcgal_expected
index bf04917..d2427b5 100644
--- a/regress/regress_sfcgal_expected
+++ b/regress/regress_sfcgal_expected
@@ -10,6 +10,6 @@ ST_Orientation_2|1
ST_MinkowskiSum|MULTIPOLYGON(((0 0,1 0,5 0,5 1,4 1,0 1,0 0)))
ST_StraightSkeleton|MULTILINESTRING((1 1,1.5 1.5),(2 1,1.5 1.5),(2 2,1.5 1.5),(1 2,1.5 1.5))
intersection_geos|POINT(0 0)
-intersection_sfcgal|POINT(-0 -0)
+intersection_sfcgal|POINT(0 0)
ERROR: Can't find foo geometry backend
ERROR: Can't find geometry backend
-----------------------------------------------------------------------
Summary of changes:
regress/regress_sfcgal_expected | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list