deck.gl: MVTLayer picking and autoHighlight broken with binary: true
Description
With binary: true
point/path features cannot be picked, and autoHighlight mode does not work
Expected Behavior
binary mode on/off should behave the same
Repro Steps
- Go to https://codepen.io/Pessimistress/pen/oNWGKYv
- Try click on a point (picked object is logged to console) - it is impossible
- Hover over any object - it is not highlighted
- Uncomment
binary: false
and try the above
Environment
- Framework Version: 8.5.0-beta.2
- Browser Version: Chrome 91.0.4472.114
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 19 (6 by maintainers)
@felixpalmer I’m working on this