On Sun, Mar 6, 2011 at 8:01 PM, Bob and Deb <bobd...@gmail.com> wrote: > I know that the Value Tool is a 3rd party plugin, but it would be nice if > the raster-provider could work with it. All of my rasters are reported as > being "out of extent".
The Value Tool is using layer.identify(mapPos). The layer itself knows nothing about the srs set in canvas. The easiest way to fix it is to transform mapPos in Value Tool from canvas to raster layers crs (attention, may be different for data source crs if assigned by user). I think that it may be fixed after the merge to trunk, because it will have to check QGIS version to decide if mapPos has to be projected or not. Right? Radim _______________________________________________ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer