File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ class CORE_EXPORT QGis
9292 case WKBPoint25D: return WKBMultiPoint25D;
9393 case WKBLineString25D: return WKBMultiLineString25D;
9494 case WKBPolygon25D: return WKBMultiPolygon25D;
95- default : return type;
95+ default : return type;
9696 }
9797 }
9898
@@ -184,7 +184,8 @@ class CORE_EXPORT QGis
184184 case WKBPoint: return " WKBPoint" ;
185185 case WKBLineString: return " WKBLineString" ;
186186 case WKBPolygon: return " WKBPolygon" ;
187- case WKBMultiPoint: return " WKBMultiLineString" ;
187+ case WKBMultiPoint: return " WKBMultiPoint" ;
188+ case WKBMultiLineString: return " WKBMultiLineString" ;
188189 case WKBMultiPolygon: return " WKBMultiPolygon" ;
189190 case WKBNoGeometry: return " WKBNoGeometry" ;
190191 case WKBPoint25D: return " WKBPoint25D" ;
You can’t perform that action at this time.
0 commit comments