-
The Strapi admin offers the "Use Fallback IIIF support?" switch, it is not clear what the functionality does. Should this be added to the Nuxt interface?
-
When you POST a new manifest to `/manifests`, the returned JSON will show a `behavior` field containing what was defined in the payload, like so:
```
...
"modified": "2024-11-21T15:30:20Z",
"cre…
-
Look into implementing IIIF Content Search.
This would require another Solr core and API endpoint, as well as a workflow for reading text with bounding boxes into Solr. Doesn't look like there is a…
-
This proposal is a follow-up from a discussion in https://github.com/IIIF/api/issues/994/. The order in which items are listed, but also presented by viewers, depends on the order of the JSON array. F…
-
This issue is possibly related to issue #2572
However, we encountered a strange behavior with osd when opening certain image info.json as tile source.
The source for the error seems to be the …
-
## Description
Add Clover viewer support of `behavior` property to support a "2-up" or "side-by-side" book view on Image works. This could be a change to use the iiif commons thumbnail panel.
Us…
-
**Describe the bug**
A minimal ImageService3 info.json description is allowed to only contain a `width` key in a `tiles` object. If the `height` key is left out, it means that it is the same as the w…
-
IIF scaling options should be used to generate thumbnails for the result page. Large images are currently loaded very slow when many are displayed on the result page. In the map section for the UVA-Be…
-
Error is displayed, "Error loading data". See: https://iiif.aviaryplatform.com/player?manifest=https://demos.rescarta.org/ResCarta-Web/iiif/api/presentation/3/b7ba1892-42e3-4a83-97e6-e9ee81af3b80%252F…
-
To date iiif-net just maps the data that it's given to concrete POCOs.
However, there are example manifests that contain services that we can't yet map. `ExternalService` is a fallback for unknown…