Skip to content

Commit febfabe

Browse files
author
timlinux
committedMay 19, 2008

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
 

‎src/providers/wms/qgswmsprovider.cpp

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1752,14 +1752,14 @@ bool QgsWmsProvider::calculateExtent()
17521752

17531753
// Convert to the user's CRS as required
17541754
try
1755-
{
1756-
extent = mCoordinateTransform->transformBoundingBox(extent, QgsCoordinateTransform::FORWARD);
1757-
}
1755+
{
1756+
extent = mCoordinateTransform->transformBoundingBox(extent, QgsCoordinateTransform::FORWARD);
1757+
}
17581758
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+
}
17631763

17641764
//make sure extent does not contain 'inf' or 'nan'
17651765
if (!extent.isFinite())

0 commit comments

Comments
 (0)
Please sign in to comment.