ustroetz / python-osrm

A Python wrapper around the OSRM API
MIT License
133 stars 55 forks source link

Add support for arrays in nearest #16

Closed zifeo closed 6 years ago

zifeo commented 6 years ago

Otherwise the example in readme doesn’t work:

res = osrm.nearest([22.1021271845936,   41.5078687005805])
# will be rendered with brackets by str rather than parenthesis (and thus not replaced)