is it possible to add a Tooltip using something like this " getTooltip: ({object}) => {
console.log(object)
}" - the placeholder console log is showing undefined for the object. I also enabled picking of the layer.
Thanks, I was able to get it working here (https://observablehq.com/d/3599d0a526b29ee1) without using geoarrow/deck.gl/layers but I want to try out the approach you shared as well. In the linked notebook, we're experimenting with loading tiled parquet files when zoomed in using parquet-wasm and displaying them (red dots) - let me know if you have any advice on how to do this efficiently.