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

High res image tiles not loaded correctly in slider for regular to panorama comparison #277

Open
oscarlorentzon opened this issue Jun 5, 2018 · 0 comments

Comments

@oscarlorentzon
Copy link
Member

Basic information

MapillaryJS version: 2.12.0
System/Browser: All

Steps to Reproduce Behavior

  1. 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>' } },
        },
    });
  1. Change to non-3D mode.
  2. Change the position of the slider so that the panorama is visible
  3. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant