Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix layer order in GetPrint
  • Loading branch information
mhugent committed Mar 31, 2016
1 parent 6c6e983 commit 1e85772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/qgswmsconfigparser.cpp
Expand Up @@ -181,7 +181,7 @@ QgsComposition* QgsWMSConfigParser::createPrintComposition( const QString& compo
{
if ( layer )
{
layerSet.push_back( layer->id() );
layerSet.prepend( layer->id() );
}
}
}
Expand Down

0 comments on commit 1e85772

Please sign in to comment.