mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 23:43:01 +00:00
Updated the iiif endpoint that is passed to the viewer.
This commit is contained in:
@@ -44,7 +44,7 @@ export class MiradorViewerComponent implements OnInit {
|
|||||||
*/
|
*/
|
||||||
setURL() {
|
setURL() {
|
||||||
// The path to the REST manifest endpoint.
|
// The path to the REST manifest endpoint.
|
||||||
const manifestApiEndpoint = encodeURIComponent(environment.rest.baseUrl + '/api/iiif/'
|
const manifestApiEndpoint = encodeURIComponent(environment.rest.baseUrl + '/iiif/'
|
||||||
+ this.item.id + '/manifest');
|
+ this.item.id + '/manifest');
|
||||||
// The Express path to Mirador viewer.
|
// The Express path to Mirador viewer.
|
||||||
let viewerPath = '/iiif/mirador/index.html?manifest=' + manifestApiEndpoint;
|
let viewerPath = '/iiif/mirador/index.html?manifest=' + manifestApiEndpoint;
|
||||||
|
Reference in New Issue
Block a user