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

sequenceMode should be true in openseadragon viewer #49

Open
nicolasfranck opened this issue Nov 9, 2017 · 0 comments
Open

sequenceMode should be true in openseadragon viewer #49

nicolasfranck opened this issue Nov 9, 2017 · 0 comments

Comments

@nicolasfranck
Copy link

When using multiple IIIF tile_sources,

  • the prev/next buttons don't work (switching between tile sources)
  • openseadragon starts fetching ALL tiles for all tile sources, leading to hundreds of requests in the background
  • at startup the viewer goes rapidly through all pages, and ends at the last page

When you change these parameters, it starts working:

app/views/catalog/_openseadragon_default.html.erb:

osd_config_referencestrip = {
    sequenceMode: true
    showReferenceStrip: false
    ...
}

(I set showReferenceStrip to false, because openseadragon shows the refence strip INSIDE the viewer)

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

No branches or pull requests

1 participant