osrm-backend icon indicating copy to clipboard operation
osrm-backend copied to clipboard

Open Source Routing Machine - C++ backend

Results 434 osrm-backend issues
Sort by recently updated
recently updated
newest added

Currently OSRM generates instructions such as `right` or `left` by identifying left or right turns based on the geometry. Interpreting geometries correctly is difficult and often we do not interpret...

We're adding support for [cardinal directions](https://github.com/Project-OSRM/osrm-backend/pull/4524) on route relations for North American road networks. However, single carriageway (non-divided) roads that belong to routes with cardinal directions require the ability to...

There are many countries with [several official/unofficial languages](http://wiki.openstreetmap.org/wiki/Multilingual_names) and many streets/POI with names assigned for more than one language ([`name:`](http://wiki.openstreetmap.org/wiki/Names#Localization)). Is it possible to return all them not only the...

Our `intersection` array represents the intersection for the maneuver plus any additional intersections the user crosses until the next maneuver: http://project-osrm.org/docs/v5.7.0/api/#intersection-object In case clients want to tell users to stay...

There are situations for which following a sign is the proper hint for users. For example: the `noref=yes` sign which represents an exit without further details. http://taginfo.openstreetmap.org/tags/noref=yes#wiki We should think...

There's a thread on tagging discussing how to tag dangerous areas for routers: https://lists.openstreetmap.org/pipermail/tagging/2016-November/030581.html This made me discover the [`hazard=`](https://wiki.openstreetmap.org/wiki/Proposed_features/hazard) tag. Here is what we could do, and what should...

Discussion

Moving this discussion out of https://github.com/Project-OSRM/osrm-backend/issues/3304 Right now we are outputting several values for a field in the same way as OSRM, semi-colon separated. It makes sense for downstream users...

We should do the same name-ref splitting as in https://github.com/Project-OSRM/osrm-backend/issues/2704 for destinations. Right now these are string concatenated but we've seen the need to separate these again (e.g. https://github.com/Project-OSRM/osrm-text-instructions/issues/51) Naming...

Profiles are currently unaware of stop signs. We want them for better ETAs. Tagging: `highway=stop` on nodes. http://wiki.openstreetmap.org/wiki/Tag:highway%3Dstop http://taginfo.openstreetmap.org/tags/highway=stop

Feature Request
Profile

On linux with 5.18.0. The .osrm.fileIndex is not created with the standard right ```bash [fred@libellule osrm-backend ((v5.18.0))]$ ls -l *.osrm.* -rw-r--r-- 1 fred fred 71680 24 mai 14:52 andorra-latest.n.osrm.cnbg -rw-r--r--...