mapillary / mapillary/mapillary-js
High res image tiles not loaded correctly in slider for regular to panorama comparison
Open
@oscarlorentzon is already working on this.
Since Jun 5, 2018.
affects-component
bug
- Dominant language
- TypeScript
- Stars
- 516
- Forks
- 89
- PR merge metrics
- No merged PRs in 30d
Description
Basic information
MapillaryJS version: 2.12.0
System/Browser: All
Steps to Reproduce Behavior
- Create a viewer and initialize it with the slider:
var viewer = new Mapillary.Viewer(
"<element-id>",
"<client-id>",
"<regular-key>",
{
component: {
cover: false,
direction: false,
imagePlane: false,
sequence: false,
slider: { initialPosition: 1, keys: { foreground: '<regular-key>', background: '<pano-key>' } },
},
});
- Change to non-3D mode.
- Change the position of the slider so that the panorama is visible
- Zoom in.
Expected behavior
The high res tiles are loaded for the whole visible part of the panorama
Actual behavior
For some views only part of the panorama is updated with high res tiles and the rest stays in low res.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.