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 fe096c0 commit 26f3b8cCopy full SHA for 26f3b8c
src/core/qgis.cpp
@@ -37,5 +37,5 @@ const char* QGis::qgisFeatureTypes[] =
37
"WKBMultiPolygon"
38
};
39
40
-const int QGis::DEFAULT_IDENTIFY_RADIUS=0.5;
+const double QGis::DEFAULT_IDENTIFY_RADIUS=0.5;
41
src/core/qgis.h
@@ -100,7 +100,7 @@ class QGis
100
ProviderCountCalcEvent
101
102
103
- static const int DEFAULT_IDENTIFY_RADIUS;
+ static const double DEFAULT_IDENTIFY_RADIUS;
104
105
/** WKT string that represents a geographic coord sys */
106
const QString GEOWKT =
0 commit comments