Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/server/services/wms/qgswmsgetcapabilities.cpp
|
@@ -1435,7 +1435,7 @@ namespace QgsWms |
|
|
QgsRectangle wgs84BoundingRect = lGeoExtent; |
|
|
if ( wgs84BoundingRect.isNull() ) |
|
|
{ |
|
|
QgsCoordinateReferenceSystem wgs84 = QgsCoordinateReferenceSystem::fromOgcWmsCrs( geoEpsgCrsAuthId() ); |
|
|
const QgsCoordinateReferenceSystem wgs84 = QgsCoordinateReferenceSystem::fromOgcWmsCrs( geoEpsgCrsAuthId() ); |
|
|
|
|
|
//transform the layers native CRS into WGS84 |
|
|
if ( !layerExtent.isNull() ) |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.