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

[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

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

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 cavall...@faunalia.it: Hi all. I set up the proxy in qgis, and

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 cavall...@faunalia.it 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?

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 b.rowling...@lancaster.ac.uk wrote: On Fri, Oct 14, 2011 at 1:24 PM, Paolo Cavallini cavall...@faunalia.it 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