File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -1752,14 +1752,14 @@ bool QgsWmsProvider::calculateExtent()
1752
1752
1753
1753
// Convert to the user's CRS as required
1754
1754
try
1755
- {
1756
- extent = mCoordinateTransform ->transformBoundingBox (extent, QgsCoordinateTransform::FORWARD);
1757
- }
1755
+ {
1756
+ extent = mCoordinateTransform ->transformBoundingBox (extent, QgsCoordinateTransform::FORWARD);
1757
+ }
1758
1758
catch (QgsCsException &cse)
1759
- {
1760
- UNUSED (cse);
1761
- continue ; // ignore extents of layers which cannot be transformed info the required CRS
1762
- }
1759
+ {
1760
+ Q_UNUSED (cse);
1761
+ continue ; // ignore extents of layers which cannot be transformed info the required CRS
1762
+ }
1763
1763
1764
1764
// make sure extent does not contain 'inf' or 'nan'
1765
1765
if (!extent.isFinite ())
You can’t perform that action at this time.
0 commit comments