I'm trying to get [leafmap]() working with Panel similarly to Solara-Leafmap.
A lot of features work. But when I click the tool icon nothing visible happens. But in the console the error below is logged.
Error: Could not process update msg for model id: d5ea3f69eff947928f88b58f36d3ceaa
at ipywidgets_bokeh.js?v=562368b20a64be95651bb8246b7420f7fce55538dff999aefaa78662a14d0d39:8:1474147
at async _._handleCommMsg (ipywidgets_bokeh.js?v=562368b20a64be95651bb8246b7420f7fce55538dff999aefaa78662a14d0d39:2:623644)
at async _._handleMessage (ipywidgets_bokeh.js?v=562368b20a64be95651bb8246b7420f7fce55538dff999aefaa78662a14d0d39:2:625144)
I'm trying to get [leafmap]() working with Panel similarly to Solara-Leafmap.
A lot of features work. But when I click the tool icon nothing visible happens. But in the console the error below is logged.
You can see how it should work here
I don't know if this issue is caused by
ipywidgets_bokeh
or byleafmap
. Thus I have crossposted in leafmap #752.