3D tileset not visible if terrain is ON

Dear Team,
I’m facing an issue while showing a 3D tileset on the globe. Problem is that if the terrain is off then it’s visible fine but if the terrain is ON tilesets are not visible and I’m unable to find the solution on the net. Kindly help me to solve this problem.

this.landmark = this.viewer.scene.primitives.add(new Cesium.Cesium3DTileset({
url: ‘https://mgis3d.mapmyindia.in/3d_lmk/Noida/tileset.json’,
}));
this.landmark.show = true;

Thanks & Regards
Shashi

@Shashi

I did my best to replicate your issue based on the information that you provided. From my testing, I noticed that the tileset JSON file that you are showing (https://mgis3d.mapmyindia.in/3d_lmk/Noida/tileset.json) is using the “content.url” which has been deprecated. Instead, use “content.uri”. The following community post touches on this issue:

I suggest uploading your dataset to Cesium ion. This may help resolve the issue. Finally, what terrain data are you currently using? This information could also help with my testing.

-Sam

1 Like