folium v0.11.0 Release Notes
Release Date: 2020-05-06 // about 3 years ago-
0.11.0
- Upgrade Leaflet 1.5.1 -> 1.6.0 (@conengmo #1241) - Add auto_start parameter to locate control plugin (@fullonic #1220) - New feature: GeoJsonPopup (@jtbaker #1023) Bug fixes - Choropleth: default color for with and without data (@conengmo #1288) - Update WMS data url in WmsTimeDimension example notebook (@sknzl #1259) - Search plugin: fix position argument (@jjbenes #1304) - Fix GeoJsonPopupAndTooltip example notebook (@conengmo #1298) - Change geopandas dataframe `to_crs()` usage syntax (@artnikitin #1251) - GeoJson: fix `show` parameter when embedding data (@conengmo #1289) - Use https CDN for leaflet.timedimension.control.min.css (@sknzl #1256) - Host leaflet-heatmap.js under different name to avoid adblockers (@conengmo #1240) API changes - Removed unused `folium.utilities.iter_points` function, use instead `iter_coords` (@conengmo #1294)
Previous changes from v0.10.1
-
0.10.1
๐ Bug fixes
- ๐ Fix TimeSliderChoropleth plugin broken setStyle (@khllkcm #1227)
- ๐ Fix HeatMapWithTime plugin (@farisnanosoft @Conengmo #1228)
- ๐ Fix adding GeoJSON to MarkerCluster (@Conengmo #1190)
๐ Documentation
- Typo corrections in examples/Colormaps.ipynb (@nik-ahuja #1215)