-
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 color not updated when hidden #5371
Comments
Thanks @rahwang! When writing up issues please include a full description of the bug and the exact steps to reproduce it as part of the description. The links provide more context, but everything a we need to reproduce should be in the issue itself. |
Gotcha @mramato ! Updated |
Came up in the forum again: https://groups.google.com/d/msg/cesium-dev/ZLxWrn_3joE/f8xClwppAwAJ |
Duplicate #2909 |
Congratulations on closing the issue! I found these Cesium forum links in the comments above: https://groups.google.com/forum/?hl=en#!topic/cesium-dev/Z0vcp_Fxs9o If this issue affects any of these threads, please post a comment like the following:
I am a bot who helps you make Cesium awesome! Contributions to my configuration are welcome. 🌍 🌎 🌏 |
Reported in the forum: https://groups.google.com/forum/?hl=en#!topic/cesium-dev/Z0vcp_Fxs9o
When a polyline's color is modified while it is hidden, the color update is not applied. When the polyline is shown again, the color is the same as it was originally.
Here's a minimal Sandcastle example:
https://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=Hello%20World.html&label=Showcases&gist=65b063743b1b18d718fdecd60dc134e9
Instructions to reproduce:
The text was updated successfully, but these errors were encountered: