Skip to content
Permalink
Browse files
#6608 QGIS crashes when used as WFS client together with QGIS server …
…because of exportToGML2 MultiPolygon has empty coordinates
  • Loading branch information
rldhont committed Nov 18, 2012
1 parent df92f80 commit 4827091
Showing 1 changed file with 1 addition and 0 deletions.
@@ -5415,6 +5415,7 @@ QDomElement QgsGeometry::exportToGML2( QDomDocument& doc )
}
}
QDomText coordText = doc.createTextNode( coordString );
coordElem.appendChild( coordText );
ringElem.appendChild( coordElem );
boundaryElem.appendChild( ringElem );
polygonElem.appendChild( boundaryElem );

0 comments on commit 4827091

Please sign in to comment.