We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Forum post:
https://groups.google.com/d/msg/cesium-dev/UboMKwwn8Xk/noMUrTS7CQAJ
This line crashes if there is no globe: https://github.com/AnalyticalGraphicsInc/cesium/blob/master/Source/DataSources/PolylineGeometryUpdater.js#L519
This assignment should be delayed until update and only done if followSurface is true. Otherwise generateCartesianArcOptions is unused.
update
followSurface
generateCartesianArcOptions
The text was updated successfully, but these errors were encountered:
Fixed in #5413
Sorry, something went wrong.
No branches or pull requests
Forum post:
https://groups.google.com/d/msg/cesium-dev/UboMKwwn8Xk/noMUrTS7CQAJ
This line crashes if there is no globe:
https://github.com/AnalyticalGraphicsInc/cesium/blob/master/Source/DataSources/PolylineGeometryUpdater.js#L519
This assignment should be delayed until
update
and only done iffollowSurface
is true. OtherwisegenerateCartesianArcOptions
is unused.The text was updated successfully, but these errors were encountered: