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

highway=track & routing #275

Open
porjo opened this issue Oct 17, 2015 · 1 comment
Open

highway=track & routing #275

porjo opened this issue Oct 17, 2015 · 1 comment

Comments

@porjo
Copy link

porjo commented Oct 17, 2015

I've noticed that Maps.me won't include ways tagged as highway=track when calculating the route.

For example, the following track has tags permitting motor vehicle access, yet I can't route to that exact location. The best I can do is route to a nearby street. https://nominatim.openstreetmap.org/details.php?place_id=65896981

Interestingly, I can route there using http://map.project-osrm.org/ (Maps.me uses OSRM routing engine, right?)

Having an offline map may be useful for people doing 'offroad' driving, so it would be nice to at least have the option of including tracks in the route.

@abellao
Copy link

abellao commented Oct 18, 2015

In OSRM, routes that are only marked as highway=track are not routable unless they are tagged with access=yes.

It seems that MAPS.ME's implementation of OSRM does not account for the access=yes tags when finding a route.

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

2 participants