How to load KML network Links?

Hi,

Please I need help, I’m trying to load some KML network Links created by ArcGis server in Cesium, but when I used this code:

viewer.dataSources.add(Cesium.KmlDataSource.load(‘http://localhost:6080/arcgis/rest/directories/kml/population.kmz’));

I got this message : KML - Unsupported feature node: kml.

That is an odd error. Can you share the file so we can take a look? If not publicly, you can email me a link directly at matt.amato@gmail.com

The error doesn’t look to have anything to do with NetworkLinks, but rather the KML file itself (or the network link being retrieved).