mirror of
https://github.com/qgis/QGIS.git
synced 2025-06-19 00:02:48 -04:00
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:
parent
539ee46f24
commit
80ef91d142
@ -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++ )
|
||||
|
Loading…
x
Reference in New Issue
Block a user