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 3d89da0 commit 63d38c1Copy full SHA for 63d38c1
src/core/qgis.cpp
@@ -43,6 +43,8 @@ const char* QGis::qgisVectorGeometryType[] =
43
"Point",
44
"Line",
45
"Polygon"
46
+ "Unknown geometry",
47
+ "No geometry",
48
};
49
50
// description strings for feature types
src/providers/delimitedtext/qgsdelimitedtextprovider.h
@@ -189,7 +189,6 @@ class QgsDelimitedTextProvider : public QgsVectorDataProvider
189
QRegExp mDelimiterRegexp;
190
QString mDelimiterType;
191
192
- bool mHasWktField;
193
int mFieldCount; // Note: this includes field count for wkt field
194
int mXFieldIndex;
195
int mYFieldIndex;
0 commit comments