go2mapillary
go2mapillary copied to clipboard
Mapillary API v4
Upgrade will be needed to keep the plugin running. See new Mapillary documentation here: https://www.mapillary.com/developer/api-documentation
- Please register a new client ID (client access toke )
- Use the new vector tile endpoints
- 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!
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)

I tried with a personnal token but I think i'm missing something because nothing appears.
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'

Hi, thanks @igeofr, nevermind, that works, I should have had a network issue.
Hi,
I tried to filter the entities by adapting the symbology, but it doesnt work. Am I missing something?
There is a not supported API upgrade, at the moment the development is discontinued and the plugin is deprecated.
@enricofer I am doing some research. Can you help remind me:
- Is Qt6 not an option?
- What other Python library do you recommend for equitectangular image viewing?
- 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
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.