We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 712ef50 commit 1f8a6b6Copy full SHA for 1f8a6b6
src/core/qgsgeometry.cpp
@@ -16,17 +16,12 @@ email : morb at ozemail dot com dot au
16
17
#include <limits>
18
19
-
20
#include "qgis.h"
21
#include "qgsgeometry.h"
22
#include "qgsapplication.h"
23
#include "qgslogger.h"
24
#include "qgspoint.h"
25
#include "qgsrect.h"
26
-//#include "geos/operation/polygonize/Polygonizer.h"
27
-//todo: adapt to geos3
28
-#include "geos/opPolygonize.h"
29
-#include "geos/opLinemerge.h"
30
31
// Set up static GEOS geometry factory
32
static GEOS_GEOM::GeometryFactory* geosGeometryFactory = new GEOS_GEOM::GeometryFactory();
0 commit comments