Skip to content

Commit 2f3cee8

Browse files
author
mhugent
committedJul 30, 2007
small bugfix in wfs provider
git-svn-id: http://svn.osgeo.org/qgis/trunk@7116 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 32fbbf0 commit 2f3cee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/providers/wfs/qgswfsprovider.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,9 +751,9 @@ int QgsWFSProvider::getFeaturesFromGML2(const QDomElement& wfsCollectionElement,
751751
layerNameElem = currentFeatureMemberElem.firstChild().toElement();
752752
//the children are the attributes
753753
currentAttributeChild = layerNameElem.firstChild();
754+
int attr = 0;
754755
while(!currentAttributeChild.isNull())
755756
{
756-
int attr = 0;
757757
currentAttributeElement = currentAttributeChild.toElement();
758758
if(currentAttributeElement.localName() != "boundedBy")
759759
{

0 commit comments

Comments
 (0)
Please sign in to comment.