[geos-commits] [SCM] GEOS branch main updated. 22358039bdad5216082a86de7f81a552e186becd

git at osgeo.org git at osgeo.org
Sat Sep 25 18:31:19 PDT 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 "GEOS".

The branch, main has been updated
       via  22358039bdad5216082a86de7f81a552e186becd (commit)
      from  cad79cae0413e8aa1f0ba6c563911e7c82aba4cc (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 22358039bdad5216082a86de7f81a552e186becd
Author: Martin Davis <mtnclimb at gmail.com>
Date:   Sat Sep 25 18:31:14 2021 -0700

    Fix geosop op metadata

diff --git a/util/geosop/GeomFunction.cpp b/util/geosop/GeomFunction.cpp
index fc19482..01d4ff4 100644
--- a/util/geosop/GeomFunction.cpp
+++ b/util/geosop/GeomFunction.cpp
@@ -256,7 +256,7 @@ GeomFunction::init()
             }
             return new Result( std::move(geoms) ) ;
         });
-    add("constrainedDelaunay", 1, 1, Result::typeGeometry, catConst,
+    add("constrainedDelaunay", 1, 0, Result::typeGeometry, catConst,
         "constrained Delauanay triangulation of polygonal geometries",
         [](const std::unique_ptr<Geometry>& geom, const std::unique_ptr<Geometry>& geomB, double d)->Result* {
             (void)geomB;  (void)d; // prevent unused variable warning

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

Summary of changes:
 util/geosop/GeomFunction.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list