Skip to content

Commit

Permalink
Merge branch 'master' of github.com:qgis/Quantum-GIS
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed Dec 5, 2013
2 parents 4df00a8 + 63c62ad commit 705927e
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 705927e

Please sign in to comment.