Skip to content

Commit

Permalink
Remove obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso authored and rldhont committed Aug 14, 2019
1 parent 8740aa5 commit 18854aa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/server/services/wms/qgswmsrenderer.cpp
Expand Up @@ -1746,9 +1746,6 @@ namespace QgsWms
}

QgsRasterIdentifyResult identifyResult;
// use context extent, width height (comes with request) to use WCS cache
// We can only use context if raster is not reprojected, otherwise it is difficult
// to guess correct source resolution
if ( layer->dataProvider()->crs() != mapSettings.destinationCrs() )
{
identifyResult = layer->dataProvider()->identify( *infoPoint, QgsRaster::IdentifyFormatValue );
Expand Down

0 comments on commit 18854aa

Please sign in to comment.