Skip to content
Permalink
Browse files
Fix feature_count consideration in wms feature info
  • Loading branch information
marco committed Aug 30, 2011
1 parent 9a744a2 commit a3797dd
Showing 1 changed file with 1 addition and 0 deletions.
@@ -1221,6 +1221,7 @@ int QgsWMSServer::featureInfoFromVectorLayer( QgsVectorLayer* layer,
provider->select( provider->attributeIndexes(), searchRect, addWktGeometry || featureBBox, true );
while ( provider->nextFeature( feature ) )
{
++featureCounter;
if ( featureCounter > nFeatures )
{
break;

0 comments on commit a3797dd

Please sign in to comment.