deck.gl icon indicating copy to clipboard operation
deck.gl copied to clipboard

[Bug] Picking with 3d layers seems to have errors

Open Lyeeedar opened this issue 3 years ago • 1 comments

Description

When using a geojson layer with _full3d (haven't tested if its broken with xyz data without _full3d) sometimes you cannot pick features when clicking towards the top of the feature. Clicking in the bottom section seems to work fine however.

I'm assuming there is some bug that stops the picking texture being fully rendered, maybe some sort of clipping based on z?

I was wondering if there is any way I can preview the picking texture, or otherwise debug that.

Flavors

  • [ ] React
  • [ ] Python/Jupyter notebook
  • [ ] MapboxLayer
  • [ ] GoogleMapsOverlay
  • [ ] CartoLayer
  • [ ] DeckLayer/DeckRenderer for ArcGIS

Expected Behavior

No response

Steps to Reproduce

None as of yet.

Environment

  • Framework version:
  • Browser:
  • OS:

Logs

No response

Lyeeedar avatar Sep 05 '22 16:09 Lyeeedar

Extracting a single feature into a test does not reproduce the bug, but it does happen with my full dataset (~1000 features).

Lyeeedar avatar Sep 06 '22 11:09 Lyeeedar

Closing as duplicate of #7461

Pessimistress avatar Dec 06 '22 10:12 Pessimistress