[geos-devel] [GEOS] #1116: HeuristicOverlay debugging code enabled in release
GEOS
geos-trac at osgeo.org
Mon May 3 19:16:45 PDT 2021
#1116: HeuristicOverlay debugging code enabled in release
------------------------+--------------------------
Reporter: dbaston | Owner: geos-devel@…
Type: defect | Status: new
Priority: major | Milestone: 3.9.2
Component: Default | Version: 3.9.0
Severity: Unassigned | Keywords:
------------------------+--------------------------
The file sets
```
#define GEOS_DEBUG_HEURISTICOVERLAY 0
#define GEOS_DEBUG_HEURISTICOVERLAY_PRINT_INVALID 0
```
but later guards debugging code with
```
#ifdef GEOS_DEBUG_HEURISTICOVERLAY
```
which is true.
--
Ticket URL: <https://trac.osgeo.org/geos/ticket/1116>
GEOS <http://trac.osgeo.org/geos>
GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS).
More information about the geos-devel
mailing list