-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
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
Polyline for geo orbit is not visible in 2D or Columbus view #695
Comments
This is more than likely some off by one error on my part. Should be an easy fix. |
After looking into this some more, I think it's a bug in the primitive. The DynamicScene layer sets the data but the primitive doesn't draw. Also, in 3D mode the line has artifacts and does not draw correctly. (but draws correctly with the old polylines). @bagnell can you look into this? |
Actually, I looked at this some more and the artifacting in 3D is because the polyline width is 0. This seems like a separate bug. Why are we drawing anything for a width of 0? I'll also email the original issue reported to mention that his width is 0. The general bug is still there (no 2D) but the artifacting problem is a separate bug). |
@bagnell confirmed that this is an issue with 2D bounding spheres and he's looking into it. |
Fixed in above pull. |
Here are CZML files to test with: https://skydrive.live.com/?cid=7F15412C6C368708&id=7F15412C6C368708!105
Also see the cesium-dev thread.
The text was updated successfully, but these errors were encountered: