Adds a second image server option to render tiff files
What's new?
new .env fields
IIIF_TIFF_IMAGE_SERVER_URL=
IIIF_TIFF_IMAGE_SERVER_PATH=
Example:
If using a single image server, use the same settings for the above fields as the primary image server:
IIIF_IMAGE_SERVER_URL=
IIIF_IMAGE_SERVER_PATH=
How should this be tested?
Load a tiff image via the object viewer or datastream API route, the app should utilize the secondary tiff server
All other image objects use the primary image server for rendering
What does this Pull Request do?
Adds a second image server option to render tiff files
What's new?
Example: If using a single image server, use the same settings for the above fields as the primary image server: IIIF_IMAGE_SERVER_URL= IIIF_IMAGE_SERVER_PATH=
How should this be tested?
Load a tiff image via the object viewer or datastream API route, the app should utilize the secondary tiff server All other image objects use the primary image server for rendering