equinor / equinor/webviz-subsurface-components
Measurement tool on drawing layer doesn't show tooltip while picking points on right side of the view
- Dominant language
- TypeScript
- Stars
- 49
- Forks
- 45
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 28
Description
Here you see when a line is drawn leftward, tooltip is visible.

But when you draw towards right, tooltip is not visible.

In Map.tsx getTooltip=( info: PickInfo), the info argument is empty when the line is drawn in left direction, hence there is nothing is visible on tooltip
Contributor guide
Research direction
Start in Map.tsx at getTooltip(info: PickInfo) and reproduce measurement point picking in both leftward and rightward directions. Trace why the tooltip is absent on the right side, then verify that the tooltip appears while drawing in both directions without regressing the existing left-side behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- data-visualization, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100