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)
key_on not found in data (@evwhiz #1144)key_on check in Choropleth (@LeandroOrdonez #1169)0.9.1
Bug fixes
- Fix geojson identifier (conengmo #1155)
tojson filter to convert data (conengmo #1101)icon_create_function arg to FastMarkerCluster plugin (Gordonei #1109)PolyLineOffset plugin (FabeG #1091)CustomPane class (Ipkirwin #1094)add_tile_layer method from Map (conengmo #1127)Map, if needed use TileLayer instead (conengmo #1127)API changes
π Bug Fixes
threshold_scale argument of choropleth is replaced by bins (FloChehab #1005)Map.choropleth() moved to Choropleth class, former is deprecated (Conengmo #1011)Popup accepts new arguments show (render open on page load) and sticky (popupsexport=False/True option to the Draw plugin layer for savingtooltip support to Markers (ocefpaf #724)tooltip support to all vector layers (ocefpaf #722)TimeSliderChoropleth plugin (halfdanrump #736)show parameter to choose which overlays to show on opening (conengmo #772)__geo_interface__ (ocefpaf #880)FeatureGroupSubGroup plugin (shtrom #875)duration option to TimestampedGeoJson (andy23512 #894)zoom_control to Map to toggle zoom controls as per enhancement (#795) (okomarov #899)date_options in TimestampedGeoJson (andy23512 #914)Tooltip and GeoJsonTooltip classes (jtbaker #883)ImageOverlay, VideoOverlay, WmsTileLayer, and TileLayer to araster_layers.py module (ocefpaf #729)Rectangle and Polygon were renamed and set to leaflet's defaults.Path's optional arguments (ocefpaf #722)get_bounds routine to avoid wrong responsesfill_color is present it will override fill=False