Skip to content

Commit

Permalink
display layer name for WMS layers instead of server to distinguish se…
Browse files Browse the repository at this point in the history
…veral layers from the same WMS

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10435 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Mar 28, 2009
1 parent 5bfbbb7 commit e6b27a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -2509,7 +2509,7 @@ void QgisApp::addWmsLayer()
{

addRasterLayer( wmss->connectionInfo(),
wmss->connName(),
/*wmss->connName()*/wmss->selectedLayers().join("/"),
"wms",
wmss->selectedLayers(),
wmss->selectedStylesForSelectedLayers(),
Expand Down

0 comments on commit e6b27a9

Please sign in to comment.