ProjectMirador / mirador2

[DEPRECATED] An open-source, web-based 'multi-up' viewer that supports zoom-pan-rotate functionality, ability to display/compare simple images, and images with annotations.
Other
0 stars 2 forks source link

Mirador v2.x requesting size of "1," if slot is small enough leading to problems with 400 bad request response #3

Closed beaudet closed 3 years ago

beaudet commented 3 years ago

Observed behavior

beaudet commented 3 years ago

Note that the screenshot above shows the FIXED behavior. I didn't capture screenshots of the broken behavior, but instead of the map displaying in the slot, a small white square about 10x10 pixels is rendered instead of the image - this is purely browser / Mirador behavior as the unpatched IIP server returns HTML and a 400 Bad Request response rather than an actual image.

cbeer commented 3 years ago

I've moved this issue over to our "new" repository for Mirador 2. Unfortunately, Mirador 2 is no longer well supported by the community and most of our efforts are on improving Mirador 3.

I can't tell from your report, but might this be an issue to pursue with OpenSeadragon (if they haven't already fixed it) or in the IIIF community.

beaudet commented 3 years ago

Yeah, I figured that was probably the case. I'll try the manifest with Mirador 3 and see if it has similar behavior... or maybe someone already knows?

beaudet commented 3 years ago

As far as I can tell using the demo M3, M3 doesn't request image sizes smaller than the smallest scale factor, e.g. "1,", "2,", "4,", "8,", etc. as M2 seems to do, so I don't think there's anything to fix in M3.

cbeer commented 3 years ago

👍 ; openseadragon must have fixed something. I don't know what it'd take to update OSD here.