We don't currently have ScreenOverlay implemented in Cesium. However, the rest of the document should still be processed correctly.
Does the KML file work when you remove the screen overlay?
Best,
Hannah
Actually,the document can be processed even if I don't remove ScreenOverlay. The problem is the file contains two part: a geometry file and a extruded file.See as following:
And because Cesium don't support ScreenOverlay, the two part can't be integrated.The result is there are two layers in my Cesium viewer,which I think are LOD1 and LOD2.(I think maybe "Gasometer_2_Tile_0_0_extruded.kml" represent LOD1 and "Gasometer_2_Tile_0_0_geometry.kml" represent LOD2.)
So what I actually want to know is how to integrate two or more LODs.If I can get your email address, I can show you the files I have loaded.
Anyway,thanks for your help.
Ah okay. I think the problem is that Cesium doesn’t currently support KML regions for doing LOD. My suggestions would be to only add the extrueded geometry.