50 marker cluster
Creating a marker cluster with custom icons
Uncomment the following line to install leafmap if needed.
1 | |
1 | |
Create an interactive map.
1 | |
Use sample datasets.
1 2 | |
Add a GeoJSON to the map.
1 | |
Add a marker cluster to the map. The input can either be a string (representing file path or HTTP URL to a csv file) or a Pandas DataFrame.
The list of available icon names can be found at https://fontawesome.com/v4/icons.
Please note that the spin parameter only supports the ipyleaflet backend. The folium backend does not support this.
1 2 3 4 5 6 7 8 9 | |
Display the map.
1 | |
