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
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
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
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
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
>
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
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
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]
>
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
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
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
11 matches
Mail list logo