faster properties dialog for WMS layers

git-svn-id: http://svn.osgeo.org/qgis/trunk@10274 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
mhugent 2009-03-13 20:43:34 +00:00
parent 539ee46f24
commit 80ef91d142

View File

@ -2043,6 +2043,7 @@ QString QgsWmsProvider::metadata()
myMetadataQString += "</td></tr>";
// Layer Coordinate Reference Systems
/* MH: disable this as it causes performance problems if the server supports many CRS (e.g. QGIS mapserver)
for ( int j = 0; j < layersSupported[i].crs.size(); j++ )
{
myMetadataQString += "<tr><td bgcolor=\"gray\">";
@ -2051,7 +2052,7 @@ QString QgsWmsProvider::metadata()
myMetadataQString += "<td bgcolor=\"gray\">";
myMetadataQString += layersSupported[i].crs[j];
myMetadataQString += "</td></tr>";
}
}*/
// Layer Styles
for ( int j = 0; j < layersSupported[i].style.size(); j++ )