Open Chep2 opened 3 years ago
Hello. @Chep2 Thanks for your concern on this project.
You'd better do all steps in "Getting started" to run your system because the steps in the guide is minimum requirements for running. And cases like Antarctic Science or LiveDroneMap exceed level of example. Cause you should prepare not only basic system(this project) but also other systems for interfacing and data(2d and 3d). "Getting started" is only for very basic introduction to "how to run and use this project".
Thanks.
Thank you very much for your reply. I have Windows 10 x64, Java 8 is additionally installed (jre-8u291-windows-x64).
I installed Git for Windows (Git-2.31.1-64-bit.exe), logged in and cloned the repository. Project path: C:\git\repository\mago3djs
I have installed Eclipse IDE for Java Developers (eclipse-inst-jre-win64.exe). There is no item in the Eclipse menu “Project Import File”. Do I need to do File> Import?
Hi, @Ched2
Yes. You're correct.
Thanks.
@shire75, many thanks for help!
I wanted to ask about this point of the instruction:
Create Symbolic Link to use transformed F4D files as web service in mago3D JS project Run Command Line Prompt (cmd.exe) with administrative privileges and go to mago3D JS project C:\mago3djs
C:\mago3djs>mklink /d "C:\git\repository\mago3djs\f4d" "C:\f4d" (delete is rmdir data)
I just need to create a new empty directory "C:\mago3djs"?
Hi, @Chep2
In the material, it is supposed that you installed this project in C:\mago3djs.
This means C:\mago3djs is root of this project.
Thank.s
Hi, @shire75 Thank you very much for your help!
In “Getting Started” written about directory “C:\git\repository\mago3djs“. I thought the root directory was “C:\git\repository\mago3djs“.
For the first time, the directory “C:\mago3djs” is mentioned in paragraph “5. Data Conversion”. At what point should I have created the “C:\mago3djs” directory?
Hi @Chep2
It's just mis-typing. "C:\git\repository\mago3djs" is the correct argument.
Thanks.
Hi, @shire75 Thank you very much for your reply.
How do I go about doing this “Getting Started” section correctly?
Should the correct command look like this?
C:\git\repository\mago3djs>mklink /d "C:\git\repository\mago3djs\f4d" "C:\f4d"
Hi, @shire75 Forgive me my lack of erudition. This is a new system for me. She is very interesting to me. Please help me get it started. Please.
Hi @Chep2
Sorry for late response.
The last sentence is correct command line.
[root of this system]>mklink /d "[absolute path where converted f4d are]" "[alias path as which the system perceives real path]"
@shire75, thank you very much for your reply!
@shire75, I created data.json and policy.json files. In policy, I added my cesium_ion_token. I put these two files in the “C: \ f4d \ projectname” directory: It is right?
Node server starts successfully:
But there is no data in the browser:
My data.json and policy.json files: data_and_policy jsons.zip
Help me please.
Hi @Chep2
You can see debug info when you hit F12 key with focus on Chrome.
Can you find any error message from it?
Hello, @shire75! Thanks for the answer.
Hi, @Chep2
Can i know what branch you checked out for this work?
Hi, @shire75 I downloaded mago3djs-master.zip:
Sorry if I misunderstood your question. I use Google Translate.
Sorry. Maybe I downloaded a different version by mistake ... Need to download "mago3djs-master.zip", right?
Hello. For me, this is a new system, some points are incomprehensible to me. Forgive me my lack of erudition. There are 8 steps in "Getting started". Can I skip some steps to get the system up and running and see examples (Antarctic Science, LiveDroneMap)?