[geos-commits] [SCM] GEOS branch master updated. 572a212b0f8f15ac401d5ef6c2c699f6102ae9d5

git at osgeo.org git at osgeo.org
Mon Nov 2 06:33:47 PST 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 "GEOS".

The branch, master has been updated
       via  572a212b0f8f15ac401d5ef6c2c699f6102ae9d5 (commit)
      from  1539ef17c42541ffb0d69b56ba80a03618bafdc2 (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 572a212b0f8f15ac401d5ef6c2c699f6102ae9d5
Author: Sandro Santilli <strk at kbt.io>
Date:   Mon Nov 2 15:33:01 2020 +0100

    Update last port info for ConnectedElementLocationFilter
    
    Verify reported crash in distance op is under test.
    Closes #1023

diff --git a/include/geos/operation/distance/ConnectedElementLocationFilter.h b/include/geos/operation/distance/ConnectedElementLocationFilter.h
index 379dd19..b6d9e57 100644
--- a/include/geos/operation/distance/ConnectedElementLocationFilter.h
+++ b/include/geos/operation/distance/ConnectedElementLocationFilter.h
@@ -12,7 +12,7 @@
  *
  **********************************************************************
  *
- * Last port: operation/distance/ConnectedElementLocationFilter.java rev. 1.4 (JTS-1.10)
+ * Last port: operation/distance/ConnectedElementLocationFilter.java b98e8234
  *
  **********************************************************************/
 
@@ -45,6 +45,8 @@ namespace distance { // geos::operation::distance
  * them in a list. Empty geometries do not provide a location item.
  *
  * The elements of the list are GeometryLocation.
+ *
+ * Empty geometries do not provide a location item.
  */
 class GEOS_DLL ConnectedElementLocationFilter: public geom::GeometryFilter {
 private:
diff --git a/src/operation/distance/ConnectedElementLocationFilter.cpp b/src/operation/distance/ConnectedElementLocationFilter.cpp
index aeefb7a..5c36acb 100644
--- a/src/operation/distance/ConnectedElementLocationFilter.cpp
+++ b/src/operation/distance/ConnectedElementLocationFilter.cpp
@@ -12,7 +12,7 @@
  *
  **********************************************************************
  *
- * Last port: operation/distance/ConnectedElementLocationFilter.java rev. 1.4 (JTS-1.10)
+ * Last port: operation/distance/ConnectedElementLocationFilter.java b98e8234
  *
  **********************************************************************/
 

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

Summary of changes:
 include/geos/operation/distance/ConnectedElementLocationFilter.h | 4 +++-
 src/operation/distance/ConnectedElementLocationFilter.cpp        | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list