Skip to content

Commit e6b27a9

Browse files
author
mhugent
committedMar 28, 2009
display layer name for WMS layers instead of server to distinguish several layers from the same WMS
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10435 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/qgisapp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2509,7 +2509,7 @@ void QgisApp::addWmsLayer()
25092509
{
25102510

25112511
addRasterLayer( wmss->connectionInfo(),
2512-
wmss->connName(),
2512+
/*wmss->connName()*/wmss->selectedLayers().join("/"),
25132513
"wms",
25142514
wmss->selectedLayers(),
25152515
wmss->selectedStylesForSelectedLayers(),

0 commit comments

Comments
 (0)
Please sign in to comment.