Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-05-14 | 3.2 kB | |
v0.19.6 source code.tar.gz | 2025-05-14 | 8.7 MB | |
v0.19.6 source code.zip | 2025-05-14 | 8.8 MB | |
Totals: 3 Items | 17.6 MB | 0 |
What's Changed
- Fix numeric keys for dict inputs in tojavascript by @hansthen in https://github.com/python-visualization/folium/pull/2100
- Docs: explain which layer kinds are base layer / overlay by default by @elliot-100 in https://github.com/python-visualization/folium/pull/2108
- Docs: update switcher.json for v0.19.5 manually by @Conengmo in https://github.com/python-visualization/folium/pull/2110
- Docs: User guide LayerControl example doesn't work by @elliot-100 in https://github.com/python-visualization/folium/pull/2105
- Docs:
utilities.image_to_url()
'image'
and related docstrings by @elliot-100 in https://github.com/python-visualization/folium/pull/2106 - Docs: add entry on Search plugin with FeatureGroup by @Conengmo in https://github.com/python-visualization/folium/pull/2115
- Docs: update ImageOverlay with local file example by @Conengmo in https://github.com/python-visualization/folium/pull/2111
- CI: run Geopandas tests by @Conengmo in https://github.com/python-visualization/folium/pull/2116
- Fix Mypy by @Conengmo in https://github.com/python-visualization/folium/pull/2118
- Cleanup MacroElements by @hansthen in https://github.com/python-visualization/folium/pull/2088
- CI: Run streamlit-folium tests as part of our CI by @hansthen in https://github.com/python-visualization/folium/pull/2117
- Issue 2125: Fix broken selenium tests by @hansthen in https://github.com/python-visualization/folium/pull/2129
- CI: Add a scheduled trigger to the workflow by @hansthen in https://github.com/python-visualization/folium/pull/2130
- Issue 2138: Fix awesome markers by @hansthen in https://github.com/python-visualization/folium/pull/2139
- CI: Install geopandas and dependencies using Conda to fix a build error by @hansthen in https://github.com/python-visualization/folium/pull/2137
- Make DivIcon and CustomIcon work with the new Marker approach by @hansthen in https://github.com/python-visualization/folium/pull/2132
- Make DivIcon and CustomIcon work with the new Marker approach by @Conengmo in https://github.com/python-visualization/folium/pull/2119
- Issue 1877: Fix
_to_png
when usingfit_bounds
by @hansthen in https://github.com/python-visualization/folium/pull/2135 - Add the GeoMan plugin by @hansthen in https://github.com/python-visualization/folium/pull/2124
- Issue 1989: Convert null values to empty strings in popup and tooltip by @hansthen in https://github.com/python-visualization/folium/pull/2134
- Issue 1770: Add on_each_feature handler to GeoJson by @hansthen in https://github.com/python-visualization/folium/pull/2136
- Allow users to add new Control classes without implementing a plugin by @hansthen in https://github.com/python-visualization/folium/pull/2122
- Fix add_child on Marker not returning self by @hansthen in https://github.com/python-visualization/folium/pull/2145
- CI: Add snapshot tests by @hansthen in https://github.com/python-visualization/folium/pull/2144
New Contributors
- @elliot-100 made their first contribution in https://github.com/python-visualization/folium/pull/2108
Full Changelog: https://github.com/python-visualization/folium/compare/v0.19.5...v0.19.6