Fix extent computation in memory provider

This commit is contained in:
Martin Dobias 2014-04-25 19:31:13 +02:00
parent 7203cffdc5
commit 62ba1335d0

View File

@ -451,6 +451,7 @@ void QgsMemoryProvider::updateExtent()
}
else
{
mExtent.setMinimal();
Q_FOREACH( const QgsFeature& feat, mFeatures )
{
if ( feat.geometry() )