Skip to content

Commit 63c62ad

Browse files
committed
Merge pull request #1014 from 3nids/issue9138
fix #9138
2 parents f428c86 + 57d124b commit 63c62ad

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/core/qgsgeometry.cpp

+6
Original file line numberDiff line numberDiff line change
@@ -5221,6 +5221,12 @@ bool QgsGeometry::exportGeosToWkb() const
52215221

52225222
bool QgsGeometry::convertToMultiType()
52235223
{
5224+
// TODO: implement with GEOS
5225+
if ( mDirtyWkb )
5226+
{
5227+
exportGeosToWkb();
5228+
}
5229+
52245230
if ( !mGeometry )
52255231
{
52265232
return false;

0 commit comments

Comments
 (0)