geo-data / cesium-terrain-builder

A C++ library and associated command line tools designed to create terrain tiles for use in the Cesium JavaScript library
Other
706 stars 338 forks source link

Layer.json is not generated with ctb-tile, should it? #73

Closed Crare closed 6 years ago

Crare commented 6 years ago

Hi, I'm running the ctb-tile command to generate .terrain files with the z/x/y folders from .tif-file. My cesium terrain server is getting this error on browser:

http://localhost:8082/tilesets/terrain/test/layer.json 404 (Not Found)

When I look at the folder, there is no layer.json. Should it be there?

I'm running both server and builder from latest docker containers. "ctb-tile -V" gives me version "0.4.1".

Crare commented 6 years ago

ok I figured it out. you have to add "-l" in the ctb-tile cli..

flyingsnowers commented 5 years ago

hi: how to add "-l" in the ctb-tile cli?

ahuarte47 commented 5 years ago

Hi, you could read here, it teaches you how to do it.