Show route on a map

Hello,

Is it possible to visualize the route calculated by ORS on a map in Python ? such as OSM, Leaflet etc. ?

Thanks,

Regards

Hi @johnjinwoua,

definitely: https://github.com/python-visualization/folium
e.g. https://openrouteservice.org/example-avoid-obstacles-while-routing/

best regards