3D-Visualization of pack operation result missing files

Provides new usecase implemented in 2014/2015: Loading Space Optimization
Post Reply
Dobos Ionut
Posts: 25
Joined: Tue Dec 03, 2019 11:27 am

3D-Visualization of pack operation result missing files

Post 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
User avatar
Bernd Welter
Site Admin
Posts: 2564
Joined: Mon Apr 14, 2014 10:28 am
Contact:

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

Post 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
Bernd Welter
Technical Partner Manager Developer Components
PTV Logistics - Germany

Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning... :twisted:
User avatar
milena
Posts: 1
Joined: Fri Jan 10, 2020 12:20 pm

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

Post 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
Milena Neumann
Software Engineer
Logistics Applications Server
PTV GROUP - Germany
Dobos Ionut
Posts: 25
Joined: Tue Dec 03, 2019 11:27 am

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

Post 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
User avatar
Bernd Welter
Site Admin
Posts: 2564
Joined: Mon Apr 14, 2014 10:28 am
Contact:

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

Post 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
Bernd Welter
Technical Partner Manager Developer Components
PTV Logistics - Germany

Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning... :twisted:
Dobos Ionut
Posts: 25
Joined: Tue Dec 03, 2019 11:27 am

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

Post by Dobos Ionut »

Hello Bernd,

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

Best regards,
Tudor
Post Reply