-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resolve Link Construction Issues for DFG 3D-Viewer/WissKI #91
Comments
Answer from @markusweigelt 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. |
Problem was/is, that on the test system an old version of the DFG 3D-Viewer is running. @markusweigelt will fix it |
@igorbajena can you please test if everything is working with the DFG 3D-Viewer Test System (see instructions here: https://github.com/slub/dlf-3d-viewers/blob/main/README.md#dfg-3d-viewer-test-system)? If you have any questions, Markus or I are at your disposal. |
I would say that the wrong display of the models is related to the integration of Daniel Viewer in DFG 3D-Viewer, and it's not crucial for now. The bigger problem is the automatic generation of links to the DFG Viewer instance, which doesn't work properly - until now, me and Daniel were not able to set the links in a proper way. This issue is related more to Drupal/WissKI things. I'm planning to have a discussion with Mark Fichtner about this issue. |
All of the past links in the repository to test the instances of DFG 3D-Viewer from 1st phase were corrected. However, the automatic generation of proper links needs to be fixed. While it is not planned to use the repository in the near future, I suggest closing the issue for now and solving it during the work on the WissKI Cloud and its connection to DFG 3D-Viewer. |
@igorbajena All right. I will close the issue! |
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"
The text was updated successfully, but these errors were encountered: