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

Allow track to be expanded in the Layers component #90

Open
IanMayo opened this issue Dec 4, 2024 · 0 comments
Open

Allow track to be expanded in the Layers component #90

IanMayo opened this issue Dec 4, 2024 · 0 comments
Assignees

Comments

@IanMayo
Copy link
Member

IanMayo commented Dec 4, 2024

Users may wish to change the label shown for a point on a track.

We only have properties at the whole track level.

But, we can store labels in an array of nullable strings. So, there is one entry for each point in the track - and this can be null or the value to be used for the label.

Use dynamic tree updates to populate the array of point items when a track is expanded.

@IanMayo IanMayo self-assigned this Dec 4, 2024
@IanMayo IanMayo added this to Albatross Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant