File ../dist/itowns.js ../dist/debug.js #1832
-
Hello ! i'm beginner and i use the example basic 3d tiles to visualiz my own file but i can't find itowns.js and debug.js files. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
I though you were using Apache since you put itowns folder in
If you follow these steps, you do not need to css nor js lib filepath to run the examples. |
Beta Was this translation helpful? Give feedback.
-
Can you list what is in the folder |
Beta Was this translation helpful? Give feedback.
-
You need to set up a server for your local dataset. For that, either:
|
Beta Was this translation helpful? Give feedback.
I though you were using Apache since you put itowns folder in
htdocs
. If you're a complete beginner, the simplest way is to start itowns with npm:npm install
to install the dependencies of itownsnpm start
: that will launch a local server for itowns, accessible athttp://localhost:8080/
. To access itowns examples:http://localhost:8080/examples
andhttp://localhost:8080/examples/3dtiles_basic.html
for the example that you are interested into.If you follow these steps, you do not need to css nor js lib filepath to run the examples.