[Qgis-developer] Geoprocessing Bug on ubuntu 14.04 and OSGEO4W

2014-07-20 Thread Randal Hale
Sorry if this is cross posting (to a degree - I just filed a bug report also). This occurs on Ubuntugis-unstable and osgeo4w 64bit. I've run into a problem using clip under geoprocessing: I'm clipping a large contour dataset by a polygon. At 34% ubuntu throws an error and at 35% windows

[Qgis-developer] make uninstall is not present ?

2014-07-20 Thread Andrea Peri
Hi, Before to download/compile/install the new version of qgis I like to uninstall the previous version. But seem threre isn't a make uninstall procedure. Is this true or wrong I something ? Thx, -- - Andrea Peri . . . . . . . . . qwerty àèìòù -

Re: [Qgis-developer] make uninstall is not present ?

2014-07-20 Thread Andrea Peri
Hi, my bad. The make uninstall was present. Sorry for noise. 2014-07-20 20:00 GMT+02:00 Andrea Peri aperi2...@gmail.com: Hi, Before to download/compile/install the new version of qgis I like to uninstall the previous version. But seem threre isn't a make uninstall procedure. Is this

[Qgis-developer] Batch processing - select from open layers seems broken

2014-07-20 Thread Anita Graser
Hi, On nightly, I only get the following error when I try to use Select from open layers to configure batch processing: Traceback (most recent call last): File C:/Users/anita_000/.qgis2/python/plugins\processing\gui\BatchInputSelectionPanel.py, line 93, in showLayerSelectionDialog

Re: [Qgis-developer] Batch processing - select from open layers seems broken

2014-07-20 Thread Victor Olaya
hmmm, that was fixed in here https://github.com/qgis/QGIS/commit/9733ae8e50f0e0f40bbf32931e5670ff39d3e6fd See how the line that your error trace mentions, it is not the same now. The fix is from two months ago...so I guess you have an outdated version, or maybe the latest one but somehow

Re: [Qgis-developer] Is fastest (not shortest) path routing possible in PyQGIS

2014-07-20 Thread Anita Graser
Hi Giovanni, Would it be possible to add the speed properter? Or does it make more sense to write new properters in python if that's possible? Thanks and best wishes, Anita On Thu, Jul 17, 2014 at 7:02 PM, G. Allegri gioha...@gmail.com wrote: AFAICS onli the distance properter is exposed:

Re: [Qgis-developer] Batch processing - select from open layers seems broken

2014-07-20 Thread Anita Graser
Great. The installed 2.2 covered up 2.4 ... Also the installer says that the plugin repo only contains 2.2. Wouldn't it be better to upload 2.4 to the repo so users get the info that there's a new version. Best wishes, Anita On Sun, Jul 20, 2014 at 9:43 PM, Victor Olaya vola...@gmail.com wrote:

Re: [Qgis-developer] [QGIS-Server] Adding Web Processing Service, partially funded

2014-07-20 Thread Ivan Minčík
On Fri, Jan 3, 2014 at 4:30 PM, rldhont rldh...@gmail.com wrote: Hi Vincent Le 20/12/2013 12:28, Vincent Picavet a écrit : Other question : do you rely on qgis.core only then for QGIS processing now ? To run QGIS Processing algorithms, I only rely on qgis.core but it is necessary to

Re: [Qgis-developer] Is fastest (not shortest) path routing possible in PyQGIS

2014-07-20 Thread G. Allegri
I haven't tried but you should be able to define your properter on Python side, given that QgsArcProperter is exposed to it. For a speed properter example you could take a look to the one implemented within the road graph plugin: