Skip to content

Commit 6a7b6a2

Browse files
author
stopa85
committedMar 31, 2011
fix #3689
git-svn-id: http://svn.osgeo.org/qgis/trunk@15647 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent bf4066f commit 6a7b6a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/app/qgsmaptoolidentify.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ bool QgsMapToolIdentify::identifyRasterLayer( QgsRasterLayer *layer, int x, int
321321

322322
QMap< QString, QString > attributes, derivedAttributes;
323323
QgsPoint idPoint = mCanvas->getCoordinateTransform()->toMapCoordinates( x, y );
324+
idPoint = toLayerCoordinates( layer, idPoint );
324325
QString type;
325326

326327
if ( layer->providerKey() == "wms" )

0 commit comments

Comments
 (0)
Please sign in to comment.