Quadtree Primitive Sandcastle error

Hi users,

I used "quadtree Primitive demo Sandcastle" (Cesium 1.16)

But there seems to be a bug to initialize. "DeveloperError: west must be in the interval [-Pi, Pi]."

When I used a console.debug (tile) (into DemoTileProvider.prototype.loadTile ) the tile value (first one) were:

_level 30
_parent: QuadtreeTile
_rectangle: Rectangle
east: -9.42477796076938
north: -1.5707963238690605
south: -1.5707963267948966
West: -9.424777957843542

Same code works well using cesium 1:15 and tile information is like this:

_level: 0
_parent: undefined
_rectangle: l
east: 3.141592653589793
height: (...)
north: 1.5707963267948966
south: -1.5707963267948966
West: 0

What has changed in the cesium 1:16? or is simply a bug?

Thanks in advance

Hello,

This issue was reported a few days ago: https://github.com/AnalyticalGraphicsInc/cesium/issues/3263

We’re currently looking into it.

Thanks!

Hannah