Navigation Menu

Skip to content

Commit

Permalink
Consider comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed Aug 12, 2020
1 parent 2a5c03b commit 37dee86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/services/wms/qgswmsparameters.cpp
Expand Up @@ -1887,7 +1887,7 @@ namespace QgsWms
QString paramName = paramIt.key().toLower();
if ( paramName == QLatin1String( "layers" ) || paramName == QLatin1String( "styles" ) )
{
QStringList values = paramIt.value().split( ',' );
const QStringList values = paramIt.value().split( ',' );
for ( const QString &value : values )
wmsUri.setParam( paramName, value );
}
Expand Down

0 comments on commit 37dee86

Please sign in to comment.