File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -2043,6 +2043,7 @@ QString QgsWmsProvider::metadata()
2043
2043
myMetadataQString += " </td></tr>" ;
2044
2044
2045
2045
// Layer Coordinate Reference Systems
2046
+ /* MH: disable this as it causes performance problems if the server supports many CRS (e.g. QGIS mapserver)
2046
2047
for ( int j = 0; j < layersSupported[i].crs.size(); j++ )
2047
2048
{
2048
2049
myMetadataQString += "<tr><td bgcolor=\"gray\">";
@@ -2051,7 +2052,7 @@ QString QgsWmsProvider::metadata()
2051
2052
myMetadataQString += "<td bgcolor=\"gray\">";
2052
2053
myMetadataQString += layersSupported[i].crs[j];
2053
2054
myMetadataQString += "</td></tr>";
2054
- }
2055
+ }*/
2055
2056
2056
2057
// Layer Styles
2057
2058
for ( int j = 0 ; j < layersSupported[i].style .size (); j++ )
You can’t perform that action at this time.
0 commit comments