diff --git a/src/assets/stories.json b/src/assets/stories.json index 4ad5f99..045943a 100644 --- a/src/assets/stories.json +++ b/src/assets/stories.json @@ -82,10 +82,9 @@ }, { "id": 1, - "name": "Vignemale", - "author": "Amandine MONTAZEAU", - "url": "/deepzoom/vignemale/dz/info.json", - "displayMode": "ARTICLE", + "name": "Andromeda Galaxy - M31", + "author": "Hubble Space Telescope", + "url": "https://files.erudi.fr/virages/heic1502a.dzi", "markers": [ { "id": 0, @@ -106,5 +105,31 @@ "annotation": "lorem ipsum dolor sit amet" } ] - } + }, + { + "id": 3, + "name": "Butterfly", + "author": "Author", + "url": "https://files.erudi.fr/virages/butterfly4.dzi", + "markers": [ + { + "id": 0, + "name": "first", + "order": 0, + "bounds": { + "degrees": 0, + "height": 0.028126953260643097, + "width": 0.09524470945402953, + "x": 0.32376980664954275, + "y": 0.283813392419349 + }, + "zoom": 9, + "point": { + "x": 0.3580975873485992, + "y": 0.2968103267302634 + }, + "annotation": "lorem ipsum dolor sit amet" + } + ] + }, ]