Skip to content

Commit

Permalink
Dummy commit to indicate that 0addae5 was about refs #18740
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed May 21, 2018
1 parent 0addae5 commit c3c5c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/wfs/qgswfsfeatureiterator.cpp
Expand Up @@ -456,7 +456,7 @@ void QgsWFSFeatureDownloader::run( bool serializeFeatures, int maxFeatures )
int pagingIter = 1;
QString gmlIdFirstFeatureFirstIter;
bool disablePaging = false;
// Top level loop to do feature paging in WFS 2
// Top level loop to do feature paging in WFS 2.0
while ( true )
{
success = true;
Expand Down

0 comments on commit c3c5c97

Please sign in to comment.