How would one allow the user to dynamically load CZML files… also clearing out the previously loaded CZML files?
Thanks,
Robert
How would one allow the user to dynamically load CZML files… also clearing out the previously loaded CZML files?
Thanks,
Robert
Hi Robert,
Checkout the load function for CZML: http://cesiumjs.org/Cesium/Build/Documentation/CzmlDataSource.html?classFilter=CZM
This will replace the data from the previous load from that file.
Hope that helps,