Skip to content

Commit

Permalink
fix #9138
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Nov 29, 2013
1 parent c6ab606 commit 57d124b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/core/qgsgeometry.cpp
Expand Up @@ -5221,6 +5221,12 @@ bool QgsGeometry::exportGeosToWkb() const

bool QgsGeometry::convertToMultiType()
{
// TODO: implement with GEOS
if ( mDirtyWkb )
{
exportGeosToWkb();
}

if ( !mGeometry )
{
return false;
Expand Down

0 comments on commit 57d124b

Please sign in to comment.