-
Notifications
You must be signed in to change notification settings - Fork 355
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
Error in loading terrain files (.terrain) #59
Comments
That post is 2 years old, I think something in Cesium is changed. Try again with updated blog https://bertt.wordpress.com/2018/11/26/visualizing-terrains-with-cesium-ii/ |
I believe the URL to your terrain data is wrong. |
I have the same problem.Have you solved it? |
I think that the ctb-tile tool do not generate the two first level of terrain. You have to include manually the two top level tiles in the folders See the following link (#1) |
I can't load the terrain file to the cesium. Now I will describe how I did it step by step. Hope this will help you find out where I went wrong.
STEPS:
Basically, I am following the tutorial in this post. The terrain.tif can be downloaded in the post link.
Built the Cesium-Terrain-Builder into several executable files.
ctb-tile -o ./data/tilesets/terrain/texel dem.tif
Follow the steps of how to install Cesium-terrain-server. Using go, and generate a cesium-terrain-server.exe in my GOPATH.
Using cmd to setup the terrain tiles service
cesium-terrain-server -web-dir ../data/tilesets/terrain/texel -port 8000
In my visual studio code, I write the code shown below
The text was updated successfully, but these errors were encountered: