[Qgis-developer] WPS plugin

2013-01-10 Thread Paolo Cavallini
Hi all. Testing the just upgrades WPS plugin, with geodati.fmach.it, module v_voronoi, results in: It seems QGIS cannot load the result of the process. The result has a 'text/xml' type and can be accessed at '/tmp/qt_temp.jL9396.gml'. You could ask the service provider to consider changing the d

Re: [Qgis-developer] WPS plugin

2013-01-10 Thread Luca Delucchi
2013/1/10 Paolo Cavallini : > Hi all. > Testing the just upgrades WPS plugin, with geodati.fmach.it, module v_voronoi, > results in: > > It seems QGIS cannot load the result of the process. The result has a > 'text/xml' type > and can be accessed at '/tmp/qt_temp.jL9396.gml'. > > You could ask the

Re: [Qgis-developer] WPS plugin

2013-01-10 Thread Luca Delucchi
2013/1/10 Luca Delucchi : > > yes, It is a problem with the last version, until yesterday it worked! No sorry, It's a server problem. I'm working to fix it. -- ciao Luca http://gis.cri.fmach.it/delucchi/ www.lucadelu.org ___ Qgis-developer mailing li

Re: [Qgis-developer] WPS plugin

2013-01-10 Thread Luca Delucchi
Now it is working for me, Paolo could you please test it? -- ciao Luca http://gis.cri.fmach.it/delucchi/ www.lucadelu.org ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] WPS plugin

2013-01-10 Thread Paolo Cavallini
Il 10/01/2013 12:46, Luca Delucchi ha scritto: > Now it is working for me, Paolo could you please test it? confirmed, thanks. -- Paolo Cavallini - Faunalia www.faunalia.eu Full contact details at www.faunalia.eu/pc Nuovi corsi QGIS e PostGIS: http://www.faunalia.it/calendario ___

Re: [Qgis-developer] WPS plugin

2013-02-19 Thread Tyler Mitchell
On 2013-01-10, at 2:19 AM, Luca Delucchi wrote: > 2013/1/10 Paolo Cavallini : >> Hi all. >> Testing the just upgrades WPS plugin, with geodati.fmach.it, module >> v_voronoi, >> results in: >> >> It seems QGIS cannot load the result of the process. The result has a >> 'text/xml' type >> and can

Re: [Qgis-developer] WPS plugin

2013-02-19 Thread Luca Delucchi
2013/2/20 Tyler Mitchell : > > Hi Luca, did you ever get this working? for it is working, I just tried yesterday with geodati.fmach.it and zoo default servers > I'm trying with QGIS WPS against Geoserver and having no luck still :( > Not sure if Geoserver or QGIS issue. > Is Geoserver using or s

Re: [Qgis-developer] WPS plugin

2013-02-20 Thread Andrea Aime
On Wed, Feb 20, 2013 at 12:30 AM, Luca Delucchi wrote: > > I'm trying with QGIS WPS against Geoserver and having no luck still :( > > Not sure if Geoserver or QGIS issue. > > > > Is Geoserver using or supporting GML as inputs format if you are > trying a vector service? > GeoServer does support G

[Qgis-developer] WPS plugin not connecting (proxy?)

2011-10-14 Thread Paolo Cavallini
Hi all. I set up the proxy in qgis, and everything is working, except for the Elevation plugin (as I already wrote) and WPS plugin: do they both use another method for accessing the web, bypassing the proxy setting? All the best. -- http://faunalia.it/pc __

[Qgis-developer] wps plugin broken in master?

2012-11-10 Thread Paolo Cavallini
Hi all. It appears broken because it asks for a module (qgswps) not present. Anyone confirms? All the best. -- Paolo Cavallini - Faunalia www.faunalia.eu Full contact details at www.faunalia.eu/pc Nuovi corsi QGIS e PostGIS: http://www.faunalia.it/calendario _

Re: [Qgis-developer] WPS plugin not connecting (proxy?)

2011-10-14 Thread Julien Malik
Hi Paolo, I remember having some difficulties too with proxy settings and the WPS plugin. I did not look at the code, but the WPS plugin honors the http_proxy env var setting. Also, I'm wondering whether it should always honor the QGis proxy settings (nor the http_proxy env var) : for my use

Re: [Qgis-developer] WPS plugin not connecting (proxy?)

2011-10-14 Thread Horst Duester
Hi Paolo Yes you are right. The WPS-Client isnt able to connect through proxy. I plan to extend the plugin at the hackfest Regards from Lüderitz/Namibia Horst Dr. Horst Düster Am 14.10.2011 um 14:24 schrieb Paolo Cavallini : > Hi all. > I set up the proxy in qgis, and everything is working,

Re: [Qgis-developer] WPS plugin not connecting (proxy?)

2011-10-14 Thread Barry Rowlingson
On Fri, Oct 14, 2011 at 1:24 PM, Paolo Cavallini wrote: > Hi all. > I set up the proxy in qgis, and everything is working, except for the > Elevation plugin (as I already wrote) and WPS plugin: do they both use > another method for accessing the web, bypassing the proxy setting? > All the best.

Re: [Qgis-developer] WPS plugin not connecting (proxy?)

2011-10-14 Thread Martin Dobias
On Fri, Oct 14, 2011 at 1:33 PM, Barry Rowlingson wrote: > On Fri, Oct 14, 2011 at 1:24 PM, Paolo Cavallini > wrote: >> Hi all. >> I set up the proxy in qgis, and everything is working, except for the >> Elevation plugin (as I already wrote) and WPS plugin: do they both use >> another method for

Re: [Qgis-developer] WPS plugin not connecting (proxy?)

2011-10-16 Thread Paolo Cavallini
Il 14/10/2011 19:44, Martin Dobias ha scritto: A better approach would be to use Qt classes for network I/O (i.e. QNetworkRequest and friends) together with QgsNetworkAccessManager that knows qgis proxy settings - then the plugin does not have to worry about proxies. Additionally those Qt classes