Show different pop-ups for different polygons in a GeoJSON [Folium] [Python] [Map]
问题 I am using folium to visualise zones in an city. My GeoJSON is a FeatureCollection with multiple polygons as features. I want to be able to add different popups for different polygons in the file. The idea is to show names of the different polygons in the GEOJSON file. I was able to add a popup to the complete geoJSON. However, I want to be able to add different popup for different polygons (essentially the name of the feature). folium.GeoJson(gurgaon_subzone,name='geojson').add_child(folium