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()
20432043 myMetadataQString += " </td></tr>" ;
20442044
20452045 // Layer Coordinate Reference Systems
2046+ /* MH: disable this as it causes performance problems if the server supports many CRS (e.g. QGIS mapserver)
20462047 for ( int j = 0; j < layersSupported[i].crs.size(); j++ )
20472048 {
20482049 myMetadataQString += "<tr><td bgcolor=\"gray\">";
@@ -2051,7 +2052,7 @@ QString QgsWmsProvider::metadata()
20512052 myMetadataQString += "<td bgcolor=\"gray\">";
20522053 myMetadataQString += layersSupported[i].crs[j];
20532054 myMetadataQString += "</td></tr>";
2054- }
2055+ }*/
20552056
20562057 // Layer Styles
20572058 for ( int j = 0 ; j < layersSupported[i].style .size (); j++ )
You can’t perform that action at this time.
0 commit comments