go2mapillary
go2mapillary copied to clipboard
a plugin for displaying and extracting information from Mapillary street level imagery with QGIS (3.0)
Upgrade will be needed to keep the plugin running. See new Mapillary documentation here: https://www.mapillary.com/developer/api-documentation 1. Please register a new client ID (client access toke ) 2. Use the new...
Should use latest tile endpoints with a new client ID, see docs: https://www.mapillary.com/developer/tiles-documentation/
In summary: oAuth 2.0 will allow users to login to Mapillary on the newest authorization API via the plugin. More details to come. @enricofer please list some initial details if...
Hi, I'm trying to download images I uploaded using go2mapillary. It worked well yesterday, but it show this error message when I'm trying to use it today. ``` requests.exceptions.ConnectionError: HTTPSConnectionPool(host='d25uarhxywzl1j.cloudfront.net',...
Hi, I am currently trying to run the go2mapillary plugin on QGIS 3.4.14 Madeira on Mac OS Big Sur 11.2.1. I am getting the following error: Couldn't load plugin 'go2mapillary'...
Nemohu načíst zásuvný modul 'Video_UAV_Tracker' due to an error when calling its classFactory() method Steps to reproduce 1. First 2. Second 3. Third ``` Traceback (most recent call last): File...
Before opening this bug, I tried with a new QGIS profile, but the problem is still there. I didn't see a ticket mentioning a crash. As soon as I activate...
The QWebView window does not display mapillary image anymore and throws exceptions:  It seems there that webgl is not supported by webkit. Don't upgrade QGIS...
Hi, thank you for this useful plugin. I'm trying to figure out how to disable the plugin momentarily so that I can navigate to different places in the map without...
ModuleNotFoundError: No module named 'go2mapillary' Traceback (most recent call last): File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 334, in _startPlugin plugins[packageName] = package.classFactory(iface) File "C:/Users/Username/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\go2mapillary-master\__init__.py", line 49, in classFactory from .mapillary_explorer import go2mapillary File...