Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to disable the plugin #34

Open
cocoaaa opened this issue Sep 6, 2019 · 6 comments
Open

How to disable the plugin #34

cocoaaa opened this issue Sep 6, 2019 · 6 comments

Comments

@cocoaaa
Copy link

cocoaaa commented Sep 6, 2019

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 go2mapillary loading data at the new locations. I unchecked the plugin in QGIS's plugin setting window which didn't stop the plugin, and also tried deleting the auto-generated Mapillary layer in the Layers panel which didn't help either. Now, everytime I move in the map, go2mapillary is being triggered to load the data. Can you please tell me if there is a way to disable the plugin? #19 seems relevant, but I don't see any such button in my plugin. Thank you!

@enricofer
Copy link
Owner

Mapillary delivers imagery info as mapbox vector tile. If you want to interact with it you have to download and decode mvt for every zoom change. You can avoid downloading simply unchecking plugin toolbar icon button that acts as a checkbox. Closing dockwidget does not the same. Unchecking toolbar icon button will also hide Mapillary layers group

@enricofer
Copy link
Owner

I had a look to your profile and I see that you are working on CV, so I would want to point your attention to widesight, a framework of tools for storing, managing and viewing street level imagery. In few words, A DIY Mapillary service. I developed a django backend as REST service: https://github.com/enricofer/wide_sight that can easily extended to perform further image processing, a viewer https://github.com/enricofer/wide_sight_frontend and some tools to help massive upload: https://github.com/enricofer/wide_sight_utils
I would be happy if you could have a look to it

@cocoaaa
Copy link
Author

cocoaaa commented Sep 9, 2019

Thank you for pointing me to widesight. I'll try it and let you know.

@gHupf
Copy link

gHupf commented Feb 27, 2020

I have a problem similar to the one @cocoaaa mentioned. Everytime I move the map in QGIS go2mapillary loads a new mapillary layer. This happen even after clicking the toolbar icon and after deleting the mapillary layer. It seems to be a bug.

I use the current QGIS LTR 3.10.3.

EDIT: I use the current go2mapillary version from the QGIS repository.

@enricofer
Copy link
Owner

When you push on toolbar icon, the one with mapillary symbol, the plugin widget appears docked on the left and starts downloading coverage. If you want to disable it simply push on the button to unckech it. The plugin widget and mapillary layers will hide and download will stop.
Avoid to manually delete mapillary layers for preventing loading issues and exceptions.

@gHupf
Copy link

gHupf commented Feb 27, 2020

That's how I do it, deactivating the plugin using the toolbar icon. But sometimes (not in all cases) the plugin keeps loading the mapillary layer, even if the button is unchecked and the widget is already closed.

This seems to happen only when using the plugin actively before deactivating it, but I can't tell where exactly the bug comes from. If I activate it, let the layer load and deactivate it right away it seems to always work as intended.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants