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

Mapillary API v4 #45

Open
cbeddow opened this issue Jun 18, 2021 · 7 comments
Open

Mapillary API v4 #45

cbeddow opened this issue Jun 18, 2021 · 7 comments

Comments

@cbeddow
Copy link
Collaborator

cbeddow commented Jun 18, 2021

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 vector tile endpoints
  3. Retrieving data from the API in a box or point radius search must be done via the vector tiles

Please contact me if you need help!

@quentin-fractale
Copy link

Hi,
is there a way to add a vector tile from mapillary directly in QGIS ?
for instance the computed coverage:
https://tiles.mapillary.com/maps/vtp/mly1_computed_public/2/{z}/{x}/{y}?access_token=XXX

since QGIS 3.16, you can add a vector tile layer:
[https://docs.qgis.org/3.16/en/docs/user_manual/working_with_vector_tiles/vector_tiles_properties.html](Qgis documentation)

image

I tried with a personnal token but I think i'm missing something because nothing appears.

@igeofr
Copy link

igeofr commented Nov 5, 2021

Hi Quentin,
It works for me in QGIS and if you want to filter the entities you can adapt the symbology :

"value" IS 'general--traffic-sign--g1'

image

@quentin-fractale
Copy link

Hi,
thanks @igeofr,
nevermind, that works, I should have had a network issue.

@Silberhand
Copy link

Hi,

I tried to filter the entities by adapting the symbology, but it doesnt work. Am I missing something?
Unbenannt

@enricofer
Copy link
Owner

There is a not supported API upgrade, at the moment the development is discontinued and the plugin is deprecated.

@cbeddow
Copy link
Collaborator Author

cbeddow commented Aug 23, 2022

@enricofer I am doing some research. Can you help remind me:

  1. Is Qt6 not an option?
  2. What other Python library do you recommend for equitectangular image viewing?
  3. Is OpenGL a problem? It could be that the JOSM code could be ported to Python, which uses OpenGL but it seems will crash on MacOS

@enricofer
Copy link
Owner

QGIS 3 is using QT5.
QGIS core developers started to research the porting of QT6 libraries to QGIS 4 main new release. But the time line of the transiction isn't specified, and anyway is not available for end users.

I only see threejs gui examples running in python controlled browser

OpenGL was not a problem for QT webkit browser. outdated javascript instruction set is the problem.

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

5 participants