geo-data / cesium-terrain-server

A basic server for serving up filesystem based tilesets representing Cesium.js terrain models
271 stars 111 forks source link

Unable to visualize the tilesets data onthe cesium terrain server #31

Open imnoman opened 10 months ago

imnoman commented 10 months ago

I have followed the guideline for making the tilesets in both formats like quantized mesh and height maps after making the tilesets I have mounted my local directory to the docker container for see the elevation inthe browser but I am getting the response

Page 404 not found any leads can help me out how can I do this

docker run -p 8080:8000 -v /home/muhammad/Downloads/TerrainData/terraindata/tiles:/data/tilesets/terrain geodata/cesium-terrain-server

How I make the data mounts to the docker and I am able to see it inthe attached docker container directory but when I try to enter the URL localhost:8080/tilesets/terrain/

getting the 404 error code

Thanks