Closed Andreia183 closed 5 months ago
@Andreia183 can you add the input data for this particular example?
@hansthen as an example they are like this: [[38.88532071975074, -77.15642720460892], [38.94660792121498, -77.3393914103508], [38.862437166666666, -77.08655866666666], [38.916442, -77.0682], [38.895377, -77.09713], [38.88837, -77.179832], [38.895068, -77.07386], [38.934881, -77.072755], [38.979875, -77.093522], [38.8881, -77.09308], [38.847129045742605, -77.1125502884388], [38.862478, -77.086599]]
Looking at your code this seems unlikely an issue with Folium. Please check your data and make sure cluster1
and cluster2
are actually different.
If you require more help, please include a minimal working example (including data).
I'm creating cluster and trying to add them into the map. It works fine with one cluster but any time I try to add a new one the map does not work Below an example with just 2 clusters
If I just run for the 1st cluster it works but not when adding a second
I'm working on a Jupyter Notebook.
Is there a way to add multiple clusters in the map? Thank you