Filter Folium Map based on marker color
问题 I am mapping markers that have a row called "marker_color" indicating "red", "yellow", and "green" based on other column values. How can I add a filter option to the corner of my map that will allow me to only show one, two, all, or none of the markers based on color? Basically, three clickable radio options to render the three colored markers. Currently, I am mapping all markers like so from my sales_colored dataframe: basemap2 = generateBaseMap() for index, row in sales_colored.iterrows():