Hello,
i kindly ask for some help with CesiumJS.
Actually i have a project, where i load some terrain files from my localhost.
Therefor i uploaded my DEM file to cesium ion. Downloaded the zip and unzipped it to a folder on my localhost. It contains lots of folders, terrain-files and of course the layer.json.
This works perfectly.
But now i want store all those files in a single package-file, maybe like myterrain.terraindb. I don’t want to keep all the single files on my localhost.
Does anyone know a way how to achieve that. I’ve tried to load de zip file, also tried to rename the zip to .terraindb (as mentioned in another forum) but i can’t get it to work.
Maybe someone has an idea how to do that.
Thanks