Cesium rendering issue at level 6 and 7

I noticed cesium latest version has an error.
When I zoom to level 6 and 7 at north US.
It is rendering prior level images for all imagery layers like follow image.


As you can see inspector says all area are level 6 but above labels are different to below labels in size.
I found this in hello world sample of cesium sandcastle.
Here are my code.
Cesium Rendering Error

// Grant CesiumJS access to your ion assets
Cesium.Ion.defaultAccessToken = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiJlYjk1MjhhNi1lNmYzLTQ3YzctYjU1MS0wZTlmY2VkMmZjNzQiLCJpZCI6NDQ5OTUsImlhdCI6MTYxNDY1MzAxMX0.YysCEVqYQr6uH7U0JuIF4DCLoNir8c--Vhx7KU_dvE0";

var viewer = new Cesium.Viewer("cesiumContainer", {
  terrainProvider: new Cesium.CesiumTerrainProvider({
    url: Cesium.IonResource.fromAssetId(587183),
  }),
});
var scene = viewer.scene;
scene.globe.depthTestAgainstTerrain = true;

//Add Cesium Inspector
viewer.extend(Cesium.viewerCesiumInspectorMixin);

2 Likes

@kkuk628

Thank you for bringing this issue to our community forum! I took some time to do a deep dive into your code. I was able to reproduce the error that you are highlighting. Does this error only occur in CesiumJS version 1.86.1 or have you noticed it in previous versions of CesiumJS?

I think a great next step would be to create an issue on our GitHub page that outlines the bug that you are noticing. Please let me know if you have any other questions or concerns. Looking forward to exploring this issue.

-Sam

Thank you for your reply.
I found this issue in version 1.84

1 Like

@kkuk628

Great - thanks for the information. Did you get a chance to create an issue on GitHub?

-Sam

I created an issue for this on GitHub

1 Like

@kkuk628

Great - thank you!

-Sam

Github issue link is following.