geoarrow / deck.gl-layers

deck.gl layers for rendering GeoArrow data
MIT License
85 stars 8 forks source link

[Question] Picking functionality #130

Closed am2222 closed 3 months ago

am2222 commented 3 months ago

Is there any examples how to access picked object from geoarrow layers?

kylebarron commented 3 months ago

You can look at the point example

https://github.com/geoarrow/deck.gl-layers/blob/25fdeafe2d9c591570bab975ebea43ae82e97a8d/examples/point/app.tsx#L28-L32

am2222 commented 3 months ago

Thanks @kylebarron