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

Shortest path (length) between two nodes / More UI #4906

Closed
philippotto opened this issue Nov 2, 2020 · 1 comment · Fixed by #4950
Closed

Shortest path (length) between two nodes / More UI #4906

philippotto opened this issue Nov 2, 2020 · 1 comment · Fixed by #4950
Assignees

Comments

@philippotto
Copy link
Member

It should be possible to get the shortest distance between two nodes (See https://discuss.webknossos.org/t/show-pathlength-for-a-skeleton/1620/8.)

I think, the crucial part will be to do the UI well. For such scenarios, a context menu might be a good option? Shift+Rightclick on a node could open a menu with the following options:

  • "create edge to this node" (if possible)
  • "delete edge to this node" (if possible)
  • "delete this node"
  • "measure shortest distance to this node"
  • "measure total distance of this tree"

etc.

What do you think? @normanrz @fm3 @daniel-wer ?

@normanrz
Copy link
Member

normanrz commented Nov 2, 2020

sounds good!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants