Skip to content

Commit

Permalink
Use wms layer title as the layer name.
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsunni authored and nyalldawson committed Jun 17, 2022
1 parent a012187 commit 08e6f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/wms/qgswmssourceselect.cpp
Expand Up @@ -616,7 +616,7 @@ void QgsWMSSourceSelect::addButtonClicked()
individualUri.setParam( QStringLiteral( "styles" ), styles.at( i ) );

emit addRasterLayer( individualUri.encodedUri(),
layers.at( i ),
titles.at( i ),
QStringLiteral( "wms" ) );
}

Expand Down

0 comments on commit 08e6f5c

Please sign in to comment.