aivazis / qed

A web based visualizer of large datasets
BSD 2-Clause "Simplified" License
4 stars 6 forks source link

Draggable path #45

Closed parosen closed 8 months ago

parosen commented 8 months ago

Opening this as an issue, but really just an idea to think about.

Being able to click and hold on a line segment on the path and drag the entire connected path to a new location would facilitate centering a region on an image feature. Would be useful for multiple similarly shaped region statistics computation.

aivazis commented 8 months ago

if i understand correctly what you are asking for, this is already supported: select a point by clicking on it, select any point after it by shift+click, which let's select multiple nodes. you can then drag all selected segments as a group. similar behavior is supported on the node table in the measure control: click a node, then shift+click on any node below it to do the multimode selection. you can then drag the selected portion of the path.

let me know if this covers what you had in mind.

parosen commented 8 months ago

Yes, indeed. Already implemented. Thanks.