Hello everyone, I have a large dem file of the entire country.
I uploaded this file to Cesium Ion and received the output of the terrain files in the format of z/x/y.terrain.
Inside the folder was a json file, which I added the address of this file to the Cesium3DTileset component to create my 3D map.
Everything works very well.
But I have a problem.
I want to have the 3D environment of some areas in the country with a higher resolution.
In fact, I want to be able to increase the resolution of any area I want with a new dem file.
I have the high-quality dem file of those areas. Now I want to know if there is a way that after adding a global dem file and creating a 3D map, I can create a part of the map with a higher quality using a more desirable dem file?
I don’t know if I was able to explain what I meant. I tried to upload that dem file for a specific region separately to Cesium Ion and then merge the output folders with the dem folders for the entire country that I had previously exported. But this method did not work.
I tried to do this by creating multiple Cesium3DTileset components, but this method does not work due to performance degradation.
This method has another problem. I use CesiumTileMapServiceRasterOverlay to create map tile images and I gave this component to the original Cesium3DTileset that was for the entire country dem. So if I want to use a separate json file for a specific region that points to a higher quality dem, those images will no longer work for this new component.
Also, creating multiple Cesium3DTileset components seems to produce multiple spheres.
Solving this problem is very important for me and I would appreciate it if it is possible and if there is a way.![]()



