ipyleaflet icon indicating copy to clipboard operation
ipyleaflet copied to clipboard

feat: add visible trait to MarkerCluster

Open 12rambau opened this issue 2 years ago • 0 comments

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

12rambau avatar Mar 24 '23 10:03 12rambau