You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to generate a static rmd html file using leaflet and crosstalk.
I want a map that displays no data when two checkboxes in the sidebar are unchecked.
Currently, when all checkboxes are unchecked, all data is displayed on the map (rather than none).
When one of the checkboxes is checked, the correct subset of the shared dataframe is displayed.
Crosstalk 1.1.1, leaflet 2.0.4.1
Does anyone have any advice?
The text was updated successfully, but these errors were encountered:
I am also looking for this feature. Currently everything is displayed on the map but a functionality where everything is not displayed and when the user selects the checkboxes, one would only display data on map which corresponds to boxes checked @dmurdoch can ypu please help us? Or atleast give guidance on how to achieve it?
Hi,
I'm trying to generate a static rmd html file using leaflet and crosstalk.
I want a map that displays no data when two checkboxes in the sidebar are unchecked.
Currently, when all checkboxes are unchecked, all data is displayed on the map (rather than none).
When one of the checkboxes is checked, the correct subset of the shared dataframe is displayed.
Crosstalk 1.1.1, leaflet 2.0.4.1
Does anyone have any advice?
The text was updated successfully, but these errors were encountered: