Re: [Qgis-developer] Point sampling tool fails on identify

2012-10-26 Thread Radim Blazek
Value tool is already fixed in Etienne's repository: https://github.com/etiennesky/valuetool will be released soon. Radim On Fri, Oct 26, 2012 at 12:00 AM, Pedro Venâncio wrote: > Hi, > > I think this is happening with all the plugins that collect data from raster > layers. For example, > > V

Re: [Qgis-developer] Point sampling tool fails on identify

2012-10-26 Thread Etienne Tourigny
value tool will soon (ideally today) have an updated version which is compatible with latest master Etienne On Thu, Oct 25, 2012 at 8:00 PM, Pedro Venâncio wrote: > Hi, > > I think this is happening with all the plugins that collect data from raster > layers. For example, > > Value tool: > > Tr

Re: [Qgis-developer] Point sampling tool fails on identify

2012-10-25 Thread Paolo Cavallini
Il 26/10/2012 07:00, Pedro Venâncio ha scritto: > Hi, > > I think this is happening with all the plugins that collect data from raster > layers. For example, > One of these cases where centralized fixes are so much more efficient. Is anyone wiling to fix them? Pedro, could you please open tickets

Re: [Qgis-developer] Point sampling tool fails on identify

2012-10-25 Thread Pedro Venâncio
Hi, I think this is happening with all the plugins that collect data from raster layers. For example, Value tool: Traceback (most recent call last):   File "/home/pedro/.qgis//python/plugins/valuetool/valuewidget.py", line 285, in printValue     isok,ident = layer.identify(pos) AttributeError

Re: [Qgis-developer] Point sampling tool fails on identify

2012-10-20 Thread Borys Jurgiel
Dnia piątek, 19 października 2012 o 19:55:01 Giuseppe Sucameli napisał(a): > Admin or Trusted author? > > I'm enough mad to trust him :-) (done!) so he doesn't > need to ask for approval, but I cannot grant him any > admin permission. > > If he also needs the admin privileges someone else will >

Re: [Qgis-developer] Point sampling tool fails on identify

2012-10-19 Thread Giuseppe Sucameli
On Fri, Oct 19, 2012 at 7:36 PM, Paolo Cavallini wrote: > Il 19/10/2012 16:36, Borys Jurgiel ha scritto: >> Thanks! Fixed, now waits for approval. >> >> Btw. who is competent (and mad enough) to grant me the auto-approve rights? >> > agreed, Borys should be admin. Admin or Trusted author? I'm en

Re: [Qgis-developer] Point sampling tool fails on identify

2012-10-19 Thread Paolo Cavallini
Il 19/10/2012 16:36, Borys Jurgiel ha scritto: > Thanks! Fixed, now waits for approval. > > Btw. who is competent (and mad enough) to grant me the auto-approve rights? > agreed, Borys should be admin. thanks. -- Paolo Cavallini - Faunalia www.faunalia.eu Full contact details at www.faunalia.eu/pc

Re: [Qgis-developer] Point sampling tool fails on identify

2012-10-19 Thread Borys Jurgiel
Thanks! Fixed, now waits for approval. Btw. who is competent (and mad enough) to grant me the auto-approve rights? Dnia piątek, 19 października 2012 o 13:04:18 G. Allegri napisał(a): > I notice that the identify type is not required. > Simply changing: > > ident = rastLayer.identify(point)[1] >

Re: [Qgis-developer] Point sampling tool fails on identify

2012-10-19 Thread G. Allegri
I notice that the identify type is not required. Simply changing: ident = rastLayer.identify(point)[1] to ident = rastLayer.dataProvider().identify(point)[1] should work... 2012/10/19 G. Allegri > AFAICS the identify method has moved to QgsRasterDataProvider, and has > changed the signatu

Re: [Qgis-developer] Point sampling tool fails on identify

2012-10-19 Thread G. Allegri
AFAICS the identify method has moved to QgsRasterDataProvider, and has changed the signature (now you pass the type of identify). The pointsamplingtool should be upgraded. giovanni 2012/10/19 Paolo Cavallini > Hi all. > With current osgeo4w, PST fails with: > > File > "/home/paolo/.qgis//pyt

[Qgis-developer] Point sampling tool fails on identify

2012-10-19 Thread Paolo Cavallini
Hi all. With current osgeo4w, PST fails with: File "/home/paolo/.qgis//python/plugins/pointsamplingtool/doPointSamplingTool.py", line 273, in accept self.sampling(outPath) File "/home/paolo/.qgis//python/plugins/pointsamplingtool/doPointSamplingTool.py", line 345, in sampling ident = r