slub / dlf-3d-viewers

GNU General Public License v3.0
0 stars 2 forks source link

Resolve Link Construction Issues for DFG 3D-Viewer/WissKI #91

Open ClemensBeck opened 5 days ago

ClemensBeck commented 5 days ago

Explanation from Igor: "We currently create links to the DFG 3D-Viewer in WissKI by ending with ‘&no_cache=1’. Then the model should be displayed in the DFG 3D-Viewer in Dworak Viewer and we have the problem of displaying the wrong model. If we add an additional parameter ‘&modelviewer=1’ then the model is displayed correctly in the Model Viewer (see below). Model in Dworak Viewer: https://3dtest.dfg-viewer.de/viewer?tx_dlf[id]=https://3d-repository.hs-mainz.de/sites/default/files/xml_structure/4719.xml&no_cache=1 Model in Model Viewer: https://3dtest.dfg-viewer.de/viewer?tx_dlf[id]=https://3d-repository.hs-mainz.de/sites/default/files/xml_structure/4719.xml&no_cache=1&modelviewer=1"

ClemensBeck commented 5 days ago

Answer from @markusweigelt "Have you already installed our integration repository in your TYPO3 DFG-Viewer instance? https://kitodo.github.io/kitodo-presentation/Developers/Embedded3DViewer.html#setup

When this is done, and the prepared 'dlf_3d_viewer' folder with the viewers (see Installation of Integrations here) exists, the viewers can be accessed via the 'tx_dlf[viewer]' parameter. See also the 'Configuration' section in the documentation: https://kitodo.github.io/kitodo-presentation/Developers/Embedded3DViewer.html#Embedded%203D%20Viewer%20Configuration For automatic selection of viewer please see https://kitodo.github.io/kitodo-presentation/Developers/Embedded3DViewer.html#automatic-selection-of-the-viewer"

ClemensBeck commented 5 days ago

Problem was/is, that on the test system an old version of the DFG 3D-Viewer is running. @markusweigelt will fix it