KML extruded geometry Problem in Cesium 1.11

Hi,

I've just updated my Cesium library from 1.6 to the new Version 1.11. However, my KML-file cannot be displayed properly anymore. Could you take a look into this issue?
below is the download link of the sample data.
https://dl.dropboxusercontent.com/u/69071139/StatenIsland_Tile_7_12_Extruded.kmz

thanks in advance

Zhihang

Thanks for the sample. I’m surprised this ever worked. The boolean values in the file are not what the code is expecting. According to Google’s KML specification, boolean values are specified by 1 and 0, not “true” and “false”, however the OGC specification says “true” and “false” are valid as well and Google Earth handles them too. I opened a pull request with a fix, it will be part of 1.12 on August 3rd: https://github.com/AnalyticalGraphicsInc/cesium/pull/2886

Thanks again.

thank you very much for fixing it.