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

Consider side of road for departure and destination points #1781

Open
1 task done
dhasselol opened this issue Apr 16, 2024 · 1 comment
Open
1 task done

Consider side of road for departure and destination points #1781

dhasselol opened this issue Apr 16, 2024 · 1 comment

Comments

@dhasselol
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Feature/Enhancement Proposal

I am using the matrix api to get travel times for a high number of relations. Most turn out reasonable, but some end up unreasonably short. I have determined that this is caused by instances where you in reality are required to drive past the destination, find somewhere to turn around and then arrive at the location at the correct side of the road.

See attached for an example. I have deliberately set the start and end points on the side of the road as the travel link is specifically to a bus stop on one side of the road. ORS does not seem to consider this and goes straight between the points, taking the shortest path and does not seem to consider what side of the road is used. The desired result here would be for the route to start at point 1, then continue north to the roundabout, take the 4th exit and then return to point 2 at the correct side of the road. It would be appreciated if we could toggle side of road to be respected.

ORS Maps (openrouteservice.org)

image

Additional context

No response

Possible Implementation

No response

Forum Topic Link

https://ask.openrouteservice.org/t/respect-side-of-the-road-of-destination-point/5990

@aoles
Copy link
Member

aoles commented Apr 16, 2024

Thanks for filing in a feature request! It sounds familiar to the curbside feature introduced a while ago in graphhopper, the routing engine ORS piggybacks on. More details can be found in the blogpost. Might be worth looking into how easy it would be to integrate it into ORS as well.

@aoles aoles changed the title Consider side of road of departure and destination points Consider side of road for departure and destination points Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
ors general
  
To do
Development

No branches or pull requests

2 participants