Skip to content

Commit

Permalink
Fix extent computation in memory provider
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Apr 25, 2014
1 parent 7203cff commit 62ba133
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/memory/qgsmemoryprovider.cpp
Expand Up @@ -451,6 +451,7 @@ void QgsMemoryProvider::updateExtent()
}
else
{
mExtent.setMinimal();
Q_FOREACH( const QgsFeature& feat, mFeatures )
{
if ( feat.geometry() )
Expand Down

0 comments on commit 62ba133

Please sign in to comment.