10 votos

Error de Python con el plugin de OpenLayers QGIS 2

Llevo un tiempo usando QGIS pero desde que uso QGIS 2 el plugin OpenLayers no me funciona en mi PC de casa. Sin embargo, he instalado la misma versión en mi lugar de trabajo con éxito. He mirado en otros posts, y he intentado configurar el CRS y permitirlo sobre la marcha pero no me funciona.

¿Alguien puede ofrecer alguna otra orientación?

También he probado a desinstalar y volver a instalar.

Código de error abajo:

Se ha producido un error al ejecutar el código Python:

Traceback (most recent call last): Archivo " C:\Users\Lee /.qgis2/python/plugins \openlayers_plugin\openlayers_plugin.py ", línea 48, en addLayer a sí mismo. plugin.addLayer(self) Archivo " C:\Users\Lee /.qgis2/python/plugins \openlayers_plugin\openlayers_plugin.py ", línea 194, en addLayer layer = OpenlayersLayer(self.iface, self.__coordRSGoogle, self.olLayerTypeRegistry) Archivo " C:\Users\Lee /.qgis2/python/plugins \openlayers_plugin\openlayers_layer.py ", línea 64, en __init self.page = OLWebPage() Archivo " C:\Users\Lee /.qgis2/python/plugins \openlayers_plugin\openlayers_layer.py ", línea 38, en init proxy = getProxy() Archivo " C:\Users\Lee /.qgis2/python/plugins \openlayers_plugin\tools_network.py ", línea 42, en getProxy proxy.setPort(settings.value("/proxyPort", 10, type=int)) TypeError: unable to convert a QVariant of type 10 to a QMetaType of type 2

Versión de Python: 2.7.5 (por defecto, 15 de mayo de 2013, 22:44:16) [MSC v.1500 64 bits (AMD64)]

Versión de QGIS: 2.0.1-Dufour Dufour, d94c044

Ruta de Python: ['C:/PROGRA~1/QGISDU~1/apps/qgis/./python/plugins \processing ', ' C:\Users\Lee\.qgis2\python\plugins\GeoCoding ', 'C:/PROGRA~1/QGISDU~1/apps/qgis/./python', ' C:\Users\Lee /.qgis2/python', ' C:\Users\Lee /.qgis2/python/plugins', 'C:/PROGRA~1/QGISDU~1/apps/qgis/./python/plugins', ' C:\PROGRA ~1 \QGISDU ~1 \bin\python27.zip ', ' C:\PROGRA ~1 \QGISDU ~1 \apps\Python27\DLLs ', ' C:\PROGRA ~1 \QGISDU ~1 \apps\Python27\lib ', ' C:\PROGRA ~1 \QGISDU ~1 \apps\Python27\lib\plat -win', ' C:\PROGRA ~1 \QGISDU ~1 \apps\Python27\lib\lib -tk', ' C:\PROGRA ~1 \QGISDU ~1 \bin ', ' C:\PROGRA ~1 \QGISDU ~1 \apps\Python27 ', ' C:\PROGRA ~1 \QGISDU ~1 \apps\Python27\lib\site -paquetes', ' C:\PROGRA ~1 \QGISDU ~1 \apps\Python27\lib\site -paquetes \PIL ', ' C:\PROGRA ~1 \QGISDU ~1 \apps\Python27\lib\site -paquetes \win32 ', ' C:\PROGRA ~1 \QGISDU ~1 \apps\Python27\lib\site -paquetes \win32\lib ', ' C:\PROGRA ~1 \QGISDU ~1 \apps\Python27\lib\site -paquetes \Pythonwin ', ' C:\PROGRA ~1 \QGISDU ~1 \apps\Python27\lib\site -paquetes \Shapely -1.2.18-py2.7-win-amd64.egg', ' C:\PROGRA ~1 \QGISDU ~1 \apps\Python27\lib\site -paquetes \six -1.3.0-py2.7.egg', ' C:\PROGRA ~1 \QGISDU ~1 \apps\Python27\lib\site -paquetes \wx -2.8-msw-unicode', ' C:\PROGRA ~1 \QGISDU ~1 \apps\Python27\lib\site -paquetes \xlrd -0.9.2-py2.7.egg', ' C:\PROGRA ~1 \QGISDU ~1 \apps\Python27\lib\site -paquetes \xlwt -0.7.5-py2.7.egg', ' C:\Users\Lee\.qgis2\python\plugins\mmqgis /forms', ' C:\PROGRA ~1 \QGISDU ~1 \apps\qgis\python\plugins\fTools\tools ']

0 votos

¿Utilizas los mismos navegadores en el trabajo y en casa? ¿Son idénticas las configuraciones del proxy?

0 votos

¿Está utilizando la versión 1.1.1 del plugin de OpenLayers?

0 votos

Vea si esto solución tiene éxito.

9voto

AmandaZ Puntos 26

Si el plugin de OpenLayers falla con un error en 'getProxy', verifique que la configuración del proxy en el menú de opciones es correcta.

0 votos

También tenía el mismo problema y apruebo la respuesta anterior. ¡Sólo desmarca "usar un proxy" y funciona!

5voto

BWW Puntos 302

FIY, los desarrolladores de QGIS están pensando en se ha eliminado el plugin OpenLayers a favor de QuickMapServices (ya disponible en las extensiones)

¿Por qué? Es principalmente un plugin obsoleto que deberías evitar. Fue útil hace algunos años, pero no se ocupa bien de las proyecciones.

2voto

soemirno Puntos 3821

Tuve el mismo problema y la solución fue

configuración>opción>red (desmarcar el proxy)

Y este fue el fin de mi problema

i-Ciencias.com

I-Ciencias es una comunidad de estudiantes y amantes de la ciencia en la que puedes resolver tus problemas y dudas.
Puedes consultar las preguntas de otros usuarios, hacer tus propias preguntas o resolver las de los demás.

Powered by:

X