We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94027df commit 68011ddCopy full SHA for 68011dd
src/core/qgis.h
@@ -92,7 +92,7 @@ class CORE_EXPORT QGis
92
case WKBPoint25D: return WKBMultiPoint25D;
93
case WKBLineString25D: return WKBMultiLineString25D;
94
case WKBPolygon25D: return WKBMultiPolygon25D;
95
- default: return type;
+ default: return type;
96
}
97
98
@@ -184,7 +184,8 @@ class CORE_EXPORT QGis
184
case WKBPoint: return "WKBPoint";
185
case WKBLineString: return "WKBLineString";
186
case WKBPolygon: return "WKBPolygon";
187
- case WKBMultiPoint: return "WKBMultiLineString";
+ case WKBMultiPoint: return "WKBMultiPoint";
188
+ case WKBMultiLineString: return "WKBMultiLineString";
189
case WKBMultiPolygon: return "WKBMultiPolygon";
190
case WKBNoGeometry: return "WKBNoGeometry";
191
case WKBPoint25D: return "WKBPoint25D";
0 commit comments