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

cesium-terrain-server:latest error on docker hub #15

Closed muratkendir closed 5 years ago

muratkendir commented 5 years ago

I was using build cesium-terrain-server on docker hub until previous week. This week i noticed that automated docker build does not work properly, despite every configuration of my terrain (in quantized-mesh format) file seems right just as it is explained in Bert's tutorial page (https://bertt.wordpress.com/2018/11/26/visualizing-terrains-with-cesium-ii/).

So, whenever i test my terrain file it is giving following error: "The tileset tiles does not exist"

Do you know anything about this docker hub problem or do you have any suggestion about this error?

raycrummey commented 5 years ago

Hey murat. I noticed an issue as well. If you are stuck you can pull by the sha to get one that works.

docker pull geodata/cesium-terrain-server@sha256:52c4d23f87caf84de74ebf9b79da2fb2bd6ca3c545b7d08256d15a6c05781632

muratkendir commented 5 years ago

Thank you Ray, but unfortunately i couldn't run this repository too. I am not familiar about this docker mount directory and default web directory, but i tried these commands:

Do you have any suggestions?

muratkendir commented 5 years ago

Aha, ok i solved my problem. I only missed to create "tiles" folder as parent folder to my terrain files. ctb-tile commands has been creating this folder automatically, but i was tried to mount my terrain path manually to the cesium terrain server. So changing file location as following path solved my problem: D:\gisdata\nederland\tilesets\terrain\tiles\layer.json