-
Notifications
You must be signed in to change notification settings - Fork 30
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
Unset initial_shape_id once selected #342
Conversation
OK, I found 2 bugs for loading
Then we load the appropriate page of ROIs to show on the Image and can highlight the appropriate shape. However, when we have a multi-plane image with paginated ROIs we have a couple of problems: Also, if the So, the |
Phew - that was a lot of work to hopefully fix that bug. |
bug described in #342 (comment) is now fixed |
Looks at image with limited number of ROIs, behaviour is as expected |
Outside the scope of this PR, looking at https://merge-ci.openmicroscopy.org/web/webclient/img_detail/105665 (user-3) > 150000 ROIs, there is no way to identify the page to select when we are interested in one area. Ideally user should be able to select a region and load the rois for that region, not the opposite |
I looked into loading ROIs by region in #242. But there are a number of limitations - lot least is the lack of any way to query Shapes by coordinates. Another approach to browsing ROIs by x/y coordinates is in my parade prototype (see https://youtu.be/FyjGhZxx6es?t=422) but this is more about plotting analysis results and is very much a read-only use-case. |
The problem that this PR tries to fix is now solved. |
Fixes one of the issues reported at #335 and a related bug:
To test:
cc @jburel