mapillary-js icon indicating copy to clipboard operation
mapillary-js copied to clipboard

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

Open oscarlorentzon opened this issue 7 years ago • 0 comments

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.

oscarlorentzon avatar Jun 05 '18 04:06 oscarlorentzon