Page 1 of 1

3D-Visualization of pack operation result missing files

Posted: Thu Jan 09, 2020 9:32 am
by Dobos Ionut
Hello,

During our last call we've received the library for 3D-Visualization of pack operation. Unfortunately, the folder structure is missing some files and we cannot get it to function.

This is what we recieved:
https://drive.google.com/open?id=1ZHQVY ... uYow9mu8cY

What is blocking us is that we do not have these js assets:

Code: Select all

        <script type="text/javascript" src="../../../js/jquery-1.11.2/jquery.min.js"></script>
        <script type="text/javascript" src="../../../js/bootstrap-3.3.2/js/bootstrap.min.js"></script>

        <script type="text/javascript" src="../../../js/three.js-r73/three.min.js"></script>
        <script type="text/javascript" src="../../../js/three.js-r73/threex.domevents.js"></script>
        <script type="text/javascript" src="../../../js/three.js-r73/OrbitControls.js"></script>

        <script type="text/javascript" src="../../../js/PapaParse-4.1.2/papaparse.min.js"></script>
    
        <script type="text/javascript" src="../../../../../../services/xload-client.js"></script>
        <script type="text/javascript" src="../../../js/ptv/common-utilities.js"></script>
The external libraries we can install ourselves, but we need the xload-client.js and ptv/common-utilities.js as well as anything else that we might have missed.

Any help would be very apprecciated.

Ionut

Re: 3D-Visualization of pack operation result missing files

Posted: Thu Jan 09, 2020 10:34 am
by Bernd Welter
Hello Ionut,

The client libraries for the xserver interfaces are available within an instance:
https://xserver2-test.cloud.ptvgroup.co ... e%7C_____6
With the showcase of the 3D loading it is important that this is just a showcase and the visualization is a third party topic which is not covered by support. I am currently abroad but I will check this when I'm back home.

Best regards from Tel Aviv airport,
Bernd

Re: 3D-Visualization of pack operation result missing files

Posted: Fri Jan 10, 2020 12:46 pm
by milena
Hello Ionut,

as Bernd stated, you can download the client files via the PTV xServer dashboard.

The common-utilities.js file is located in the following subdirectory of your locally installed PTV xServer:

Code: Select all

<yourXServerDirectory>\xserver\webapps\dashboard\Content\Resources\js\ptv\common-utilities.js
The files of the third party libraries we use can also be found here:

Code: Select all

<yourXServerDirectory>\xserver\webapps\dashboard\Content\Resources\js
Best regards,
Milena

Re: 3D-Visualization of pack operation result missing files

Posted: Mon Jan 13, 2020 12:48 pm
by Dobos Ionut
Hello,

Thank you for your help. We do not have the self hosted version. We are using https://xserver2.cloud.ptvgroup.com.
I see that Bernd provided the xload-client.js file, thank you. But how can we revieve the ptv/common-utilities.js since we are using the cloud.

Best regards,
Tudor

Re: 3D-Visualization of pack operation result missing files

Posted: Mon Jan 13, 2020 12:58 pm
by Bernd Welter
Hello Tudor,

try this one!

https://xserver2-europe-eu-test.cloud.ptvgroup.com/dashboard/Content/Resources/js/ptv/common-utilities.js

Does this answer the question?

Best regards,

Bernd

Re: 3D-Visualization of pack operation result missing files

Posted: Mon Jan 13, 2020 1:52 pm
by Dobos Ionut
Hello Bernd,

Thank you for your help. This should be all we need.

Best regards,
Tudor