We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c4b2e7 commit f477ed1Copy full SHA for f477ed1
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