We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 93405b1 commit 2fe16b5Copy full SHA for 2fe16b5
src/core/qgsmaprenderer.cpp
@@ -836,6 +836,7 @@ void QgsMapRenderer::updateFullExtent()
836
// iterate through the map layers and test each layers extent
837
// against the current min and max values
838
QStringList::iterator it = mLayerSet.begin();
839
+ QgsDebugMsg( QString( "Layer count: %1" ).arg( mLayerSet.count() ) );
840
while ( it != mLayerSet.end() )
841
{
842
QgsMapLayer * lyr = registry->mapLayer( *it );
0 commit comments