Skip to content

Commit e29e972

Browse files

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
@@ -104,7 +104,7 @@ bool QgsWFSProvider::getNextFeature(QgsFeature& feature)
104104
}
105105
else
106106
{
107-
return false;
107+
continue; //go for the next feature
108108
}
109109
}
110110
else

0 commit comments

Comments
 (0)
Please sign in to comment.