We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When specifying units=km/mi, the returned request summary specifies range in meter values.
units=km/mi
range
Here a response for range=6 and units=mi:
range=6
units=mi
... "service": "isochrones", "query": { "ranges": "9656.039999999999", "profile": "driving-car", "locations": [ [ 8.34234, 48.23424 ] ], "units": "mi", "range_type": "distance", "location_type": "start" }, "attribution": "openrouteservice.org | OpenStreetMap contributors", "timestamp": 1517404861719 } }
The text was updated successfully, but these errors were encountered:
Fixed in #223
Sorry, something went wrong.
Merge pull request #223 from GIScience/bugfix_issue_91
5c2183c
Bugfix issue #91
aoles
HendrikLeuschner
No branches or pull requests
When specifying
units=km/mi
, the returned request summary specifiesrange
in meter values.Here a response for
range=6
andunits=mi
:The text was updated successfully, but these errors were encountered: