Skip to content

Commit

Permalink
Fix requesting layer groups contained in embeded projects
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed Mar 13, 2018
1 parent 93ed46e commit 7f4f4e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/qgswmsprojectparser.cpp
Expand Up @@ -251,7 +251,7 @@ QList<QgsMapLayer*> QgsWMSProjectParser::mapLayerFromStyle( const QString& lName
{
if ( pLegendGroupIt->attribute( "name" ) == lName )
{
addLayersFromGroup( *pLegendGroupIt, layers, useCache );
p->addLayersFromGroup( *pLegendGroupIt, layers, useCache );
break;
}
}
Expand Down

0 comments on commit 7f4f4e5

Please sign in to comment.