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

Residential way is not available when destination or origination in residential district #3386

Closed
DavidLiuGitHub opened this issue Dec 1, 2016 · 2 comments

Comments

@DavidLiuGitHub
Copy link

There is the gate in many residential district entrance and it's also private, for example http://www.openstreetmap.org/node/1303860300, it will cause the residential way unreachable, pls see details below.

http://map.project-osrm.org/?z=18&center=33.576594%2C-117.721805&loc=33.576638%2C-117.723860&loc=33.577505%2C-117.722154&hl=en&alt=0
http://map.project-osrm.org/?z=18&center=33.576888%2C-117.721778&loc=33.576638%2C-117.723860&loc=33.577635%2C-117.722223&hl=en&alt=0

@MoKob
Copy link

MoKob commented Dec 1, 2016

@DavidLiuGitHub you are correct. It is a known issue and is somewhat by design. To correctly handle these cases (only allow access when the destination is within the gated area), we require a long standing issue #77. The problem here is that we don't want to route into these areas, unless they are the start/destination of the trip and can't implement this without messing up the time we estimate for the duration of the trip.

We are currently in the process of finally implementing this (#2399) and it will soon become possible.

@MoKob MoKob closed this as completed Dec 1, 2016
@daniel-j-h
Copy link
Member

By the way, we do route inside those if you drop both markers inside the residential district:

map

http://map.project-osrm.org/?z=18&center=33.577686%2C-117.721199&loc=33.578252%2C-117.720818&loc=33.577469%2C-117.721381&hl=en&alt=0

What does not work is starting with markers outside and trying to move them inside the residential district.

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

No branches or pull requests

3 participants