Skip to content
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

Link transparency refers to link type index rather than link type itself during timeplay #364

Open
frankambrosio3 opened this issue Apr 26, 2021 · 1 comment
Labels
[issue-type] bug Something isn't working

Comments

@frankambrosio3
Copy link
Collaborator

While time-stepping through data we had a new link type appear at a certain timestep, and when that happened the number of link types increased by 1 which shifted the index of the pre-existing link types. The transparency settings for links were then shifted by one.
Example:
TIMESTEP 1
link_type 1 (transparency @ 100%)
link_type 2 (transparency @ 50%)
link_type 3 (transparency @ 100%)
link_type 4 (transparency @ 100%)

TIMESTEP 2
link_type 5 (transparency @ 100%)
link_type 1 (transparency @ 50%)
link_type 2 (transparency @ 100%)
link_type 3 (transparency @ 100%)
link_type 4 (transparency @ 100%)

Note that at timepoint 1 link_type 2 is set to 50% transparency, but at timepoint 2 link_type 1 is now at 50%, and link_type 2 has been shifted to index 3 and transparency 100%.

@frankambrosio3 frankambrosio3 added the [issue-type] bug Something isn't working label Apr 26, 2021
@frankambrosio3
Copy link
Collaborator Author

Discovered during out meeting with the California PHL today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[issue-type] bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant