nilsnolde / py-osrm

Python bindings to the OSRM routing framework
https://gis-ops.github.io/py-osrm/
BSD 2-Clause "Simplified" License
8 stars 8 forks source link

py_osrm.Bearing should be initialized implicitly via floats #5

Closed nilsnolde closed 1 year ago

whytro commented 1 year ago

This was addressed in #4 - but changed to be initialized implicitly via integer value, since OSRM expects Bearings to be integer-typed.