mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Fix extent computation in memory provider
This commit is contained in:
parent
7203cffdc5
commit
62ba1335d0
@ -451,6 +451,7 @@ void QgsMemoryProvider::updateExtent()
|
||||
}
|
||||
else
|
||||
{
|
||||
mExtent.setMinimal();
|
||||
Q_FOREACH( const QgsFeature& feat, mFeatures )
|
||||
{
|
||||
if ( feat.geometry() )
|
||||
|
Loading…
x
Reference in New Issue
Block a user