go2mapillary icon indicating copy to clipboard operation
go2mapillary copied to clipboard

Mapillary API v4

Open cbeddow opened this issue 4 years ago • 7 comments

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!

cbeddow avatar Jun 18 '21 00:06 cbeddow

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.

quentin-fractale avatar Oct 21 '21 09:10 quentin-fractale

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

igeofr avatar Nov 05 '21 09:11 igeofr

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

quentin-fractale avatar Nov 10 '21 15:11 quentin-fractale

Hi,

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

Silberhand avatar Aug 08 '22 11:08 Silberhand

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

enricofer avatar Aug 08 '22 11:08 enricofer

@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

cbeddow avatar Aug 23 '22 08:08 cbeddow

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.

enricofer avatar Aug 23 '22 08:08 enricofer