Skip to content

Commit

Permalink
Start layers exa,ple with cookbook image composition example
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzhelm committed Dec 13, 2024
1 parent 4dcba5f commit 80435b1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions __tests__/integration/mirador/layers.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@
<script type="text/javascript">
var miradorInstance = Mirador.viewer({
id: 'mirador',
windows: [{
manifestId: 'https://dvp.prtd.app/hamilton/manifest.json',
}],
windows: [
{ manifestId: 'https://dvp.prtd.app/hamilton/manifest.json' },
{ manifestId: "https://iiif.io/api/cookbook/recipe/0036-composition-from-multiple-images/manifest.json" },
],
window: {
defaultSideBarPanel: 'layers',
sideBarOpenByDefault: true,
Expand Down

0 comments on commit 80435b1

Please sign in to comment.