streamlit-folium

Streamlit Component for rendering Folium maps

MIT License

Downloads
89.1K
Stars
466
Committers
15

Bot releases are visible (Hide)

streamlit-folium - Add zoom level

Published by randyzwitch over 2 years ago

Adds zoom level as one of the properties returned on interaction with st_folium

What's Changed

Full Changelog: https://github.com/randyzwitch/streamlit-folium/compare/v0.6.2...v0.6.3

streamlit-folium - Add missing dependencies

Published by randyzwitch over 2 years ago

#34 highlighted that some features weren't working as expected, which was determined to be at least partially due to missing JS dependencies inside the iframe. This release fixes that.

streamlit-folium - Add bi-directional support

Published by randyzwitch over 2 years ago

This release adds bi-directional support via the st_folium function. When calling mapdata = st_folium(m), a dict will be returned back to Python with the bounding box and other click data. Improved documentation will come in a future release as time allows, but you can see the examples folder for ideas of how to use this new functionality.

What's Changed

New Contributors

Full Changelog: https://github.com/randyzwitch/streamlit-folium/compare/v0.5.0...v0.6.0

streamlit-folium - Add support various other drawn objects

Published by randyzwitch over 2 years ago

Add support various other drawn objects

streamlit-folium - Test bidirectional build on PyPI

Published by randyzwitch over 2 years ago

Test of building the bi-directional component and submitting to PyPI.

USERS SHOULD NOT USE THIS VERSION UNLESS YOU UNDERSTAND WHAT THIS MEANS

streamlit-folium - Add Branca render

Published by randyzwitch over 2 years ago

Release moves required version of Streamlit >= 1.2 to ensure memory improvements are incorporated, adds Branca rendering, fixes CI by pinning dependencies closer

streamlit-folium - Fix CI process, clean up requirements.txt

Published by randyzwitch over 3 years ago

No changes to the API, just package clean-up

streamlit-folium - Support DualMaps

Published by randyzwitch over 3 years ago

folium_static now supports DualMap, which allows for two maps to be placed next to each other horizontally.

streamlit-folium - Loosen Folium requirements

Published by randyzwitch over 3 years ago

Per #14, there's nothing about this package that requires 0.11, so Folium >= 0.11 should be sufficient.

streamlit-folium - Add files to manifest

Published by randyzwitch over 3 years ago

No functional changes to the Python code, added files to manifest to hopefully get the conda recipe to build properly

streamlit-folium - Add testing, update example for Streamlit 0.65

Published by randyzwitch about 4 years ago

No code or API changes have been made, just the addition of tests and updating the example to show a custom page title

streamlit-folium - First release on PyPI

Published by randyzwitch about 4 years ago

Published current work on PyPI to provide a means of soliciting feedback from greater community.