I have some CZML that describes aircraft flight information, testing sucessfully on the globe and showing a entity path graphic as well as the point representation of the aircraft.
In the cesiumViewer.dataSources.dataSourceAdded callback method I say:
On playback, the aircraft position obeys the LagrangePolynomialApproximation Interpolation, but the path still consists of straight line segments. Is this because the path graphic was created BEFORE my callback?
How can I get that path graphic to have the LagrangePolynomialApproximation ?
Thanks in advance for any pointers or other experiences.
-Tom
The path re-draws correctly using setInterpolationOptions in this example. You could look at that code to see if there’s something different than your code. It’s also possible that it’s a CZML specific bug.