[geos-commits] [SCM] GEOS branch 3.11 updated. 7ddf72ebb71e0c8b540e2f1bcaa7f602ad14289d

git at osgeo.org git at osgeo.org
Mon Jan 13 12:17:24 PST 2025


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 "GEOS".

The branch, 3.11 has been updated
       via  7ddf72ebb71e0c8b540e2f1bcaa7f602ad14289d (commit)
      from  e183d2e0b459809efa5a7c315e1924411d8cbb4a (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 7ddf72ebb71e0c8b540e2f1bcaa7f602ad14289d
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Mon Jan 13 12:16:56 2025 -0800

    Add test case for GH-1225

diff --git a/tests/unit/algorithm/construct/MaximumInscribedCircleTest.cpp b/tests/unit/algorithm/construct/MaximumInscribedCircleTest.cpp
index b3d47393a..273ffd2cb 100644
--- a/tests/unit/algorithm/construct/MaximumInscribedCircleTest.cpp
+++ b/tests/unit/algorithm/construct/MaximumInscribedCircleTest.cpp
@@ -204,6 +204,18 @@ void object::test<8>
     } catch (const util::GEOSException & e) {}
 }
 
+//
+// https://github.com/libgeos/geos/pull/1225
+//
+template<>
+template<>
+void object::test<11>
+()
+{
+    checkCircle("POLYGON((0 -10,-7.07107 -7.07107,-10 0,-7.07107 7.07107,0 10,7.07107 7.07107,10 0,7.07107 -7.07107,0 -10))",
+        0.1, 0, 0, 9.2387);
+}
+
 
 
 } // namespace tut

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

Summary of changes:
 .../unit/algorithm/construct/MaximumInscribedCircleTest.cpp  | 12 ++++++++++++
 1 file changed, 12 insertions(+)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list