mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-24 14:16:10 +03:00
fix: change tileSources in demo for iiif
Tile sources on wellcomelibrary.org is no longer available
This commit is contained in:
parent
116d0a7001
commit
01a9e3b168
@ -25,7 +25,7 @@
|
||||
// debugMode: true,
|
||||
id: "contentDiv",
|
||||
prefixUrl: "../../build/openseadragon/images/",
|
||||
tileSources: "http://wellcomelibrary.org/iiif-img/b11768265-0/a6801943-b8b4-4674-908c-7d5b27e70569/info.json",
|
||||
tileSources: "../data/iiif_2_0_tiled/info.json",
|
||||
showNavigator:true
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user