Labels doens't displayed anymore in vector-tiles

Hi all,

We use the vector-tiles branch in map.geo.admin.ch to display 3d tilesets.
One of them is a vector 3d tileset displaying labels.

Problem is the labels aren't display anymore with the last version of this branch.

I've done a git bisect and it seems the first bad commit is:

https://github.com/AnalyticalGraphicsInc/cesium/commit/24ff46babea55032ce44373b603c76e4bb122961

In production we use this commit:
https://github.com/AnalyticalGraphicsInc/cesium/commit/501c68377ddf1d9d3c15bfa3b1c95d598993dc04

Any ideas why?

I probably messed up the git bisect.

The incriminated line is :

The exception never appears in the console and block the points tileset to be displayed.

Setting the rectangle property like before fixes my problem.

Hi,

I added your feedback to the PR with the vector-tiles branch. If you have additional questions specific to that, the developers there are most familiar with those code changes.

Thanks,

Gabby

Hi again.

After checking with @bagnell, this is intended. RECTANGLE is required by the spec. You’ll need to regenerate the tileset.

Thanks!

Gabby

Thx, for this answer.