-
Notifications
You must be signed in to change notification settings - Fork 14
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
API to open a specific Mapillary ID #20
Comments
Sure. It's very easy:
|
It looks so easy. Thanks. I will try. I will reopen if needed. |
I checked that the described method opens the provided image key without trigger the coverage rendering. This happens when you clicked on the icon as it should be. |
Can you confirm what is the purpose of the off/on status in the toolbar?
But the snippet trigger the ON status, but doesn't download. If I click on the mapillary icon, it's then OFF, but it starts downloading. Look at my GIF, the status of icon: |
Now I see what you mean.
|
Ok, so I guess I would do:
to keep the original button status. Are you sure that this is part of your public API? (you won't rename the button for instance) |
Issue fixed with your commit: fdd5bab Thanks for your inputs |
I'm the developer of the QuickOSM plugin : https://plugins.qgis.org/plugins/QuickOSM/
According to taginfo, there is, today, 28 000 objects with a mapillary tag : https://taginfo.openstreetmap.org/keys/mapillary
In QGIS 2 with QuickOSM, the plugin is providing some default actions : OSM Browser, Edit in JOSM...
I haven't ported yet these actions in QGIS 3. But as I'm going to work again on these actions, I would like to open the mapillary widget from QuickOSM if the "mapillary" field is in the attribute table.
Is there a stable API in go2mapillary to trigger this?
QuickOSM will check if the go2mapillary plugin is active and which version.
The text was updated successfully, but these errors were encountered: