GridImageryProvider cells

I'm using GridImageryProvider layerand one issue bothers me:
pretty often cells on edges are a level behind - meaning they are larger while other cells already subdivided into smaller cells.

I realize that it happens because outside cells are not large enough yet to be divided, but I don't really like the way it looks.

Is there a way to ensure that the grid is draw with uniform level?

Thank you

Hello,

Cesium grabs tiles at a lower level for areas that are far away from the camera and a higher level for tiles that are closer to the camera. This reduces the overall number of tiles that need to be loaded for any particular view. So unfortunately, there is no way to prevent this from happening for the GridImageryProvider.

Best,

Hannah