Multiple layers with multiple tooltips

Hi,

I would like to know if there is any way to use different layers with different tooltips. I’m trying to use GeoJsonLayer to plot the categories from one column, each one having different color, and HexagonLayer to plot other data.
All of that works well, but the problem is that if I try to use the param get_tooltip on GeoJsonLayer and HexagonLayer it won’t show anything, but if I use the param tooltip on the pdk.Deck part, it will be shown only with the GeoJsonLayer parts, with HexagonLayer it will not show anything.

I’m trying to teach myself about streamlit, but I’m stuck with this problem.

Thank you very much

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.