Skip to content

Commit 705927e

Browse files
committed
Merge branch 'master' of github.com:qgis/Quantum-GIS
2 parents 4df00a8 + 63c62ad commit 705927e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/core/qgsgeometry.cpp

Lines changed: 6 additions & 0 deletions
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)