-
Notifications
You must be signed in to change notification settings - Fork 78
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
Layer "Mapillary" is currently not populated with coverage #432
Comments
Thank you for the heads-up! The issue is that the domain Once the dust of the Mapillary migration has settled, we can try to find the new tiles URL / API endpoint (possibly with an API token to add to keys.template.js), and update mapillary-coverage-raster.geojson. However, the new v4 API docs only reference vector tiles so far, while we used raster tiles before. This might need more involved changes. If a solution is not in sight before the next BRouter-Web release, I'd suggest to disable the overlay for now, since there is no point in shipping something broken. |
I haven't found any comment on the raster tile layer, only a question without answer: "New Mapillary TMS url?". So switched to vector tiles, now that we have MapLibre GL JS integrated, see d5a6a0a. |
* upstream/master: Allow release tasks to be called individually release: 0.18.0 Fix trekking profile not loaded Disable babel transpiling of import() call Update changelog for 0.18.0 Update translations Update dependency eslint to v8.18.0 (nrenner#563) Update dependency i18next-scanner to v3.3.0 (nrenner#562) Update dependency prettier to v2.7.1 (nrenner#560) Update dependency @babel/core to v7.18.5 (nrenner#559) Update dependency marked to v4.0.17 (nrenner#558) Prevent sporadic canvas mouseout bubbling to map Fix global assignments Map old Mapillary raster layer id to new Document vector tile layers Replace Mapillary raster with vector tiles (nrenner#432) Support access tokens for Maplibre (mvt) tile urls Configure hillshading layer Replace HikeBike.HillShading layer id Lazy load Maplibre GL JS and add hillshading layer
Would need to check, but should be possible now. Could you please move this to a new issue? |
On June 10, 2021, Mapillary announced a Platform update being live with a lot of detail changes missing. Since then discussion there and in other threads as well tries to figure out all changes on all affected apps, instances, etc.
Is it possible that the API change from v3 to v4 is responsible for currently not populating the layer with image positions?
The text was updated successfully, but these errors were encountered: