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

[Bug] MVTLayer points are only pickable in their originating tiles

Open DanielBoa opened this issue 2 years ago • 1 comments

Description

I have a layer with many points, the size of which fluctuates enough for their rendered area to "bleed" out of their originating tiles. When this happens the picking API only seems to work for these points within their originating tile.

Flavors

  • [ ] Script tag
  • [ ] React
  • [ ] Python/Jupyter notebook
  • [ ] MapboxOverlay
  • [ ] GoogleMapsOverlay
  • [ ] CartoLayer
  • [ ] ArcGIS

Expected Behavior

I'd expect every part of a point rendered by a pickable MVTLayer to be interactive, not just the part which is contained within each points respective tile.

Steps to Reproduce

https://codesandbox.io/s/deckgl-mvt-point-pickable-issue-qhrtp9

Environment

  • Framework version: [email protected]
  • Browser: 116.0.5845.187 (Official Build) (arm64)
  • OS: macOS BigSur

Logs

No response

DanielBoa avatar Sep 25 '23 08:09 DanielBoa