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
the api returns a 3099 error Unable to compute isochrone attributes. for the following request https://api.openrouteservice.org/isochrones?api_key=my-key&attributes=total_pop&format=json&interval=60&location_type=start&locations=8.411751,49.352414&profile=driving-car&range=540&range_type=time
with interval=540 it works also with range up to 300 and interval=60 but range=360 then fails but range=360 and interval=360 works again
interval=540
range
300
interval=60
range=360
interval=360
The text was updated successfully, but these errors were encountered:
Same as #297, fix in PR #330
Sorry, something went wrong.
aoles
nilsnolde
No branches or pull requests
the api returns a 3099 error Unable to compute isochrone attributes. for the following request
https://api.openrouteservice.org/isochrones?api_key=my-key&attributes=total_pop&format=json&interval=60&location_type=start&locations=8.411751,49.352414&profile=driving-car&range=540&range_type=time
with
interval=540
it worksalso with
range
up to300
andinterval=60
but
range=360
then failsbut
range=360
andinterval=360
works againThe text was updated successfully, but these errors were encountered: