我当时在进行deck.gl旅行路线示例 http://deck.gl/#/examples/custom-layers/trip-routes
我想在各层中实现选择功能。
在图层属性中设置pickable: true
并增加可拾取半径时,结果与预期的不同。
然后,我遵循https://github.com/uber/deck.gl/blob/master/docs/get-started/interactivity.md和https://github.com/uber/deck.gl/blob/master/docs/developer-guide/picking.md来实现自定义选择。但是,那没有用。