Kyle Barron
Kyle Barron
> I think we need to have a better way to generate pure-JS deck.gl snapshots so that we have minimal JS projects to create deck.gl issues. Created https://github.com/developmentseed/lonboard/issues/573
> @kylebarron it looks like `@geoarrow/deck.gl-layers` is using Deck.gl `v9.0.12`, which doesn't include the fix from [visgl/deck.gl#8960](https://github.com/visgl/deck.gl/issues/8960). Could this be the reason the heatmap layer is not loading properly? @geoarrow/deck.gl-layers...
I added a notice in the docs and a warning in user code that the HeatmapLayer does not currently work with deck.gl v9
Thanks @vgeorge for your help!
I think this is likely related to https://github.com/developmentseed/lonboard/issues/994. I think the core is a mismatch between the Jupyter/widget state and the deck.gl state. Because as you see in the map,...
Primarily closed by #582
This will be closed with https://github.com/developmentseed/lonboard/pull/598 and #601
I think documenting it in the release notes and documentation website is fine and sufficient
There are definitely some tooltip improvements we need to make. @vgeorge is out this week and hopefully we'll get some fixes in next week.
Indeed, they were removed in https://github.com/developmentseed/lonboard/pull/636. I think replacing the tooltip entirely with the side panel was possibly not the right decision, because for datasets with few attribute columns, the...