Hi,
I need to use OpenlayersPlugin QGIS behind proxy network.
But I need to use defaultproxy settings configuration.

QGIS works fine with this defaultproxy settings
(also connection to wms/etc...
reading plugin list and download it).

But (with the defaultproxy settings) I can not work with OpenlayersPlugin
QGIS
that return:
TypeError: unable to convert a QVariant of type 10 to a QMetaType of type 2

I can instead use this plugin with http proxy and setting manually the
configuration (Settings->Options->Network)

I have tryed to modify OpenlayersPlugin tool_network.py
commenting setHostName/setPort/setUser/setPassword
and using
QNetworkProxy.setApplicationProxy(QNetworkProxy(QNetworkProxy.DefaultProxy))
obvious I do not get TypeError,
but the plugin not work properly (e.g. I do not get OSM layer).

How can I resolve this problem?
There is another plugin that works with default (machine) proxy settings?
(apologies for my english)...

Cheers,
Marica

-- 
Ti prego di cercare di non inviarmi files .doc, .xls, .ppt, .dwg
Preferisco formati liberi.
Please try to avoid to send me .doc, .xls, .ppt, .dwg files.
I prefer free formats.
http://it.wikipedia.org/wiki/Formato_aperto
http://en.wikipedia.org/wiki/Open_format

Marica Landini
_______________________________________________
Qgis-developer mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to