SubsurfaceViewer
: pickingRadius
not working with overlapping layers
#2320
Labels
bug
Something isn't working
I tested the
pickingRadius
prop from deck.gl with theWellsLayer
and it is working nicely as long as there is only one layer under the cursor. As soon as multiple layers are overlapping at the cursor's position, thepickingRadius
gets completely ignored. I have so far only tested with aWellsLayer
on top of either aMapLayer
,ColormapLayer
or aGrid3DLayer
.Moreover, there seems to be an issue with
Picking
andpickingRadius
. Whenever I approach a wellbore with the cursor and get into thepickingRadius
there is no picking information provided anymore. I still get the tooltip but no readout. As soon as I enter the actual wellbore path, the picking information is showing up again.Both issues can be reproduced by looking at:
https://equinor.github.io/webviz-subsurface-components/storybook-static/?path=/story/subsurfaceviewer-wells-layer--volve-wells&args=pickingRadius:10
For the first one, you can for instance add the
MapLayer
from theMap Layer 2 D
example:I am wondering if these are issues on our side or if I should report this in the deck.gl repo. I would appreciate hearing your thoughts on this matter, @hkfb @w1nklr @nilscb.
The text was updated successfully, but these errors were encountered: