universalviewer icon indicating copy to clipboard operation
universalviewer copied to clipboard

Possibility to use uv with dynamic manifest

Open Daniel-KM opened this issue 5 years ago • 3 comments

Hi,

For a project, I need UV to work offline. But manifests are created offline too from another js library too, and uv cannot load them: it requires a url for iiifResourceUri, not a real json object.

So do you have an idea to bypass this issue?

In fact, it seems to be possible to make some changes to this and to bundle.js/getData() and UrlParse() to fix it, but I prefer not to hack uv and keep the official releases.

Thanks,

Daniel-KM avatar Apr 05 '19 09:04 Daniel-KM

Can the manifests be written to disk and loaded with file:// URLs, or do you need to pass the data directly?

demiankatz avatar Apr 05 '19 11:04 demiankatz

I need to pass the data directly, because they are built dynamically by a js library. Original records are stored, but they are not manifests, so there is a js library that converts them into manifests in real time.

Daniel-KM avatar Apr 05 '19 11:04 Daniel-KM

https://github.com/UniversalViewer/user-stories/issues/43

irv avatar Jul 25 '19 10:07 irv

All issues will be triaged for further investigation or closure by the 28 September 2023. If your issue is still relevant and would like for it be investigated further please comment by 14 September 2023.

LlGC-szw avatar Aug 25 '23 11:08 LlGC-szw

Closing as duplicate of linked user story above.

demiankatz avatar Sep 28 '23 15:09 demiankatz