-
Notifications
You must be signed in to change notification settings - Fork 3
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
Folio images mode only shows the first image when multiple are returned #27
Comments
@paltman I've got a new deploy up: Pedantically, the Looping back to our discussion, I'd still think you'd want to do two queries:
And then you could flatten Take a look, and if you would rather see additional changes on the server, I'm open to discussing it further., |
This isn't ready yet; requires an ATLAS data model change |
What happens:
When viewing passage reference 12r-14v, all of the text parts are shown, but only the first folio image is shown:
When paginating to 15r-17v, the first folio image is shown
What I'd expect to happen:
Show multiple folios, with the text parts "grouped" into a text part / folio row.
(The
ImageAnnotations
query could even return the relevant text parts, rather than having to build something up client-side:https://github.com/scaife-viewer/frontend/blob/master/packages/reader-image-mode/src/ImageModeReader.vue#L72
)
The text was updated successfully, but these errors were encountered: