streamlit-folium

Streamlit Component for rendering Folium maps

MIT License

Downloads
89.1K
Stars
466
Committers
15

Bot releases are hidden (Show)

streamlit-folium - v0.12.0

Published by randyzwitch over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/randyzwitch/streamlit-folium/compare/v0.11.1...v0.12.0

streamlit-folium - v0.11.1

Published by randyzwitch over 1 year ago

streamlit-folium - v0.11.0

Published by randyzwitch over 1 year ago

What's Changed

Full Changelog: https://github.com/randyzwitch/streamlit-folium/compare/v0.10.0...v0.11.0

streamlit-folium - v0.10.0

Published by randyzwitch almost 2 years ago

What's Changed

Full Changelog: https://github.com/randyzwitch/streamlit-folium/compare/v0.9.0...v0.10.0

streamlit-folium - v0.9.0

Published by randyzwitch almost 2 years ago

What's Changed

Full Changelog: https://github.com/randyzwitch/streamlit-folium/compare/v0.8.1...v0.9.0

streamlit-folium - v0.8.1

Published by randyzwitch almost 2 years ago

What's Changed

Full Changelog: https://github.com/randyzwitch/streamlit-folium/compare/v0.8.0...v0.8.1

streamlit-folium - Dynamic map updates

Published by randyzwitch almost 2 years ago

What's Changed

Full Changelog: https://github.com/randyzwitch/streamlit-folium/compare/v0.7.0...v0.8.0

streamlit-folium - v0.7.0

Published by randyzwitch almost 2 years ago

streamlit-folium - v0.6.15

Published by randyzwitch about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/randyzwitch/streamlit-folium/compare/v0.6.14...v0.6.15

streamlit-folium - v0.6.14

Published by randyzwitch over 2 years ago

Fix Draw plugin functionality

What's Changed

Full Changelog: https://github.com/randyzwitch/streamlit-folium/compare/v0.6.13...v0.6.14

streamlit-folium - Return map center in returned data

Published by randyzwitch over 2 years ago

streamlit-folium - Don't fail on bounds

Published by randyzwitch over 2 years ago

Sets default value for bounds, working around an upstream bug in Folium

What's Changed

Full Changelog: https://github.com/randyzwitch/streamlit-folium/compare/v0.6.11...v0.6.12

streamlit-folium - Fix Google Earth Engine flickering

Published by randyzwitch over 2 years ago

What's Changed

Full Changelog: https://github.com/randyzwitch/streamlit-folium/compare/v0.6.10...v0.6.11

streamlit-folium - Add circle radius, fix Safari issue

Published by randyzwitch over 2 years ago

What's Changed

Full Changelog: https://github.com/randyzwitch/streamlit-folium/compare/v0.6.9...v0.6.10

streamlit-folium - Fix layer-click bug

Published by randyzwitch over 2 years ago

Resolves issue where a double-click was required for update

What's Changed

Full Changelog: https://github.com/randyzwitch/streamlit-folium/compare/v0.6.8...v0.6.9

streamlit-folium - Convert initial bounds from list-style to dict-style in default

Published by randyzwitch over 2 years ago

Fixes type instability on map load, where the default instantiated value returned a list and component then returns a dict.

Full Changelog: https://github.com/randyzwitch/streamlit-folium/compare/v0.6.7...v0.6.8

streamlit-folium - v0.6.7

Published by randyzwitch over 2 years ago

streamlit-folium - Fix popups and default return

Published by randyzwitch over 2 years ago

streamlit-folium - Update drawn objects on edit and delete

Published by randyzwitch over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/randyzwitch/streamlit-folium/compare/v0.6.4...v0.6.5

streamlit-folium - Fix duplicate drawings

Published by randyzwitch over 2 years ago

Per #37, drawings were being duplicated in the message back to Streamlit from the leaflet.js frontend. #40 fixed issue.