-
Notifications
You must be signed in to change notification settings - Fork 406
New issue
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
Isochrone can fail with attribut=total_pop #297
Comments
Hmm, doesn't seem to be that easy, unfortunately.. |
The reason for this behaviour is the usage of
yields whereas
yields |
…/GIScience/openrouteservice into bugfix-#297/isochrone-population
All attributes in request returns
3099
:https://api.openrouteservice.org/isochrones?api_key=key&locations=-98.51475000,29.57827800&profile=driving-car&range_type=time&range=2100&attributes=reachfactor|area|total_pop
Omitting
total_pop
returns isochrones:https://api.openrouteservice.org/isochrones?api_key=key&locations=-98.51475000,29.57827800&profile=driving-car&range_type=time&range=2100&attributes=reachfactor|area
Can you have a look pls @MichaelsJP? You implemented if I remember correctly
The text was updated successfully, but these errors were encountered: