ImagingDataCommons / slim

Interoperable web-based slide microscopy viewer and annotation tool
https://imagingdatacommons.github.io/slim/
Apache License 2.0
111 stars 36 forks source link

Green dot left after GoTo #125

Closed waynewccheng closed 1 year ago

waynewccheng commented 1 year ago

A green dot was left behind after using the Go-To feature

hackermd commented 1 year ago

Thanks for your feedback @waynewccheng. Could you kindly elaborate a bit on the issue that you are experiencing?

The go-to tool is expected to create a "ROI" with graphic type POINT.

Here is an example from our public demo at https://herrmannlab.github.io/slim:

Screen Shot 2022-09-09 at 5 24 04 PM

If that's the "dot" you are referring to, then that's expected behavior.

waynewccheng commented 1 year ago

Thanks for the explanation. I didn't know that the POINT is intended. I thought the go-to tool was a numerical pan, and the POINT would disappear for taking a clean screenshot of the ROI.

hackermd commented 1 year ago

We've been using the go-to tool also to focus on specific anatomical or morphological structures. If a structure is small (e.g., an individual cell) it may be difficult to identify without a marker. In addition, the go-to tool can be used as an annotation tool to mark structures and potentially later revisit or save the coordinates.

If that behavior is surprising or annoying, we could make the drawing of the marker optional. We are very open to ideas or suggestions for improvement.