Skip to content

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎src/core/qgis.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ const char* QGis::qgisFeatureTypes[] =
3737
"WKBMultiPolygon"
3838
};
3939

40-
const int QGis::DEFAULT_IDENTIFY_RADIUS=0.5;
40+
const double QGis::DEFAULT_IDENTIFY_RADIUS=0.5;
4141

‎src/core/qgis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class QGis
100100
ProviderCountCalcEvent
101101
};
102102

103-
static const int DEFAULT_IDENTIFY_RADIUS;
103+
static const double DEFAULT_IDENTIFY_RADIUS;
104104
};
105105
/** WKT string that represents a geographic coord sys */
106106
const QString GEOWKT =

0 commit comments

Comments
 (0)
Please sign in to comment.