Skip to content

Commit

Permalink
[bugfix][server][wfs] Fix endless loop in getfeature
Browse files Browse the repository at this point in the history
... when using featureid
  • Loading branch information
elpaso committed Mar 19, 2018
1 parent 10044fb commit cbe93fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/services/wfs/qgswfsgetfeature.cpp
Expand Up @@ -536,6 +536,7 @@ namespace QgsWfs

query.featureRequest = featureRequest;
request.queries.append( query );
fidsMapIt++;
}
return request;
}
Expand Down

0 comments on commit cbe93fb

Please sign in to comment.