Skip to content

Commit

Permalink
fix: add Ozeaneum
Browse files Browse the repository at this point in the history
  • Loading branch information
nigina23 authored and tjorbo committed Jul 16, 2024
1 parent e8ce849 commit 18ac693
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions src/store/modules/institution.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,22 @@ export default {
0.164
)
)
/* Ozeaneum */
} else if (institution.id === 'act0002741') {
institution.livingImages.push(
new LIMarker(
'ozeaneum-marker',
'Ozeaneum Marker',
baseUrl + 'OzeaneumMarkerLI.jpg',
baseUrl + 'OzeaneumMarkerLI',
baseUrl + 'OzeaneumFilmLI.mp4',
1920,
1080,
0.454,
30,
30
)
)
}
commit('save', institution)
console.log('Daten geladen', institution)
Expand Down
6 changes: 3 additions & 3 deletions src/views/ARViewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
{{ unfoundLivingImages }}
</div>
</b-button>

<!-- OVERVIEW MODAL -->
<overview-modal :living-images="livingImages" />
</div>
Expand Down Expand Up @@ -309,7 +309,7 @@ export default {
// set locale
this.$i18n.locale = this.params.locale
// if no id, set default
if (!this.params.id) this.params.id = 'act001696'
if (!this.params.id) this.params.id = 'act0002741'
},
async mounted() {
// fetch living images
Expand Down Expand Up @@ -339,7 +339,7 @@ export default {
livingImage.video.play()
livingImage.video.pause()
}
/**
* STATS
*/
Expand Down

0 comments on commit 18ac693

Please sign in to comment.