You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for using OSMnx! If you've recently upgraded to v2 and are wondering how to ensure code compatibility, see #1123:
If you want to ensure your code is fully compatible with OSMnx v2 before upgrading to it, you can install the latest v1 release (currently 1.9.4), then run your code. The latest v1 release will remain compatible with the v1 API, but any deprecated functionality you're using will issue a FutureWarning with simple guidance to make it v2 compatible.
Yes, the folium module was deprecated with a warning for removal back in 2023, and finally removed in v2.0.0. The good news: interactive web mapping with folium remains easy to do with OSMnx in ~2 lines of code! See this example in the Examples Gallery for a demonstration.
Contributing guidelines
Documentation
Existing issues
What operating system and Python version are you using?
Windows 11 / Python 3.12
What OSMnx version are you using?
v2
Environment packages and versions
How did you install OSMnx?
Other (describe below)
Problem description
AttributeError: module 'osmnx' has no attribute 'plot_route_folium'
is this function removed
Complete minimal reproducible example
The text was updated successfully, but these errors were encountered: