Skip to content

Commit 4827091

Browse files
committedNov 18, 2012
#6608 QGIS crashes when used as WFS client together with QGIS server because of exportToGML2 MultiPolygon has empty coordinates
1 parent df92f80 commit 4827091

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/core/qgsgeometry.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5415,6 +5415,7 @@ QDomElement QgsGeometry::exportToGML2( QDomDocument& doc )
54155415
}
54165416
}
54175417
QDomText coordText = doc.createTextNode( coordString );
5418+
coordElem.appendChild( coordText );
54185419
ringElem.appendChild( coordElem );
54195420
boundaryElem.appendChild( ringElem );
54205421
polygonElem.appendChild( boundaryElem );

0 commit comments

Comments
 (0)
Please sign in to comment.