mapsme / omim

🗺️ MAPS.ME — Offline OpenStreetMap maps for iOS and Android
Apache License 2.0
4.58k stars 1.15k forks source link

highway=track & routing #275

Open porjo opened 9 years ago

porjo commented 9 years ago

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 commented 9 years ago

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.