Skip to content

Commit 62ba133

Browse files
committedApr 25, 2014
Fix extent computation in memory provider
1 parent 7203cff commit 62ba133

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/providers/memory/qgsmemoryprovider.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ void QgsMemoryProvider::updateExtent()
451451
}
452452
else
453453
{
454+
mExtent.setMinimal();
454455
Q_FOREACH( const QgsFeature& feat, mFeatures )
455456
{
456457
if ( feat.geometry() )

0 commit comments

Comments
 (0)
Please sign in to comment.