Skip to content
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

Bike routing profile not working #568

Open
Robinlovelace opened this issue Jan 1, 2025 · 4 comments
Open

Bike routing profile not working #568

Robinlovelace opened this issue Jan 1, 2025 · 4 comments

Comments

@Robinlovelace
Copy link
Member

No description provided.

Robinlovelace added a commit that referenced this issue Jan 1, 2025
@Robinlovelace
Copy link
Member Author

As shown below:

> r_foot = route_osrm(from, to)
> r_bike = route_osrm(from, to, osrm.profile = "bike")
Error in open.connection(con, "rb") : 
  cannot open the connection to 'https://routing.openstreetmap.de/routed-bike/route/v1/driving/-1.54646277949532,53.8095165330639;-1.51673370812915,53.8288740914504?alternatives=false&geometries=geojson&steps=false&overview=full'
In addition: Warning message:
In open.connection(con, "rb") :
  cannot open URL 'https://routing.openstreetmap.de/routed-bike/route/v1/driving/-1.54646277949532,53.8095165330639;-1.51673370812915,53.8288740914504?alternatives=false&geometries=geojson&steps=false&overview=full': HTTP status was '502 Bad Gateway'
> r_car = route_osrm(from, to, osrm.profile = "car")

@Robinlovelace
Copy link
Member Author

It's an issue with their server:

https://routing.openstreetmap.de/routed-car/ is alive but https://routing.openstreetmap.de/routed-bike is not

@Robinlovelace
Copy link
Member Author

First spotted in the Geocomputation with R CI which uses the service:
image

@Robinlovelace
Copy link
Member Author

Robinlovelace commented Jan 1, 2025

Email sent to [email protected] based on https://openstreetmap.de/kontakt/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant