Skip to content

Add bi-directional support

Compare
Choose a tag to compare
@randyzwitch randyzwitch released this 15 Feb 21:37
· 100 commits to master since this release
ffc0d1d

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: v0.5.0...v0.6.0