Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix #3689
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15647 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
stopa85 committed Mar 31, 2011
1 parent b138d2c commit 1d352f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgsmaptoolidentify.cpp
Expand Up @@ -321,6 +321,7 @@ bool QgsMapToolIdentify::identifyRasterLayer( QgsRasterLayer *layer, int x, int

QMap< QString, QString > attributes, derivedAttributes;
QgsPoint idPoint = mCanvas->getCoordinateTransform()->toMapCoordinates( x, y );
idPoint = toLayerCoordinates( layer, idPoint );
QString type;

if ( layer->providerKey() == "wms" )
Expand Down

0 comments on commit 1d352f6

Please sign in to comment.