KML get contend of a clicked KML placemark

Hi,
today I was not very successfull with the migration from GE to CESIUM :wink:

I got stucked with parsing the contend of a clicked placemark from the KML overlay, loaded as datasource.

I one more step I have to modify that content with the actual weather data of the selected airport. In GE I did this with Placemark.getBalloonHtmlUnsafe().

Is their any way to do that in CESIUM?

Thanks!

Ruediger

Sorry to here you’re having issues. I believe what you are looking for is the entity.description property. This will contain the processed KML description data which you can then tweak or update to whatever you like. If you haven’t already, I would check out the Visualizing Spatial Data tutorial for a general overview of how entities work.