ipyleaflet
ipyleaflet copied to clipboard
feat: add visible trait to MarkerCluster
Fix #1108
In this PR I added a visible boolean trait to the MarkerCluster. When updated, all the underlying markers are changed accordingly allowing the user to hide all markers with 1 line:
marker_cluster.visible = False