osrm-backend/features
Michael Bell 3cfd0e8334
Complete support for no_entry and no_exit turn restrictions (#5988)
The internal representation of turn restrictions expects only one
`from` way and only one `to` way.

`no_entry` and `no_exit` turn restrictions can have multiple `from` and
`to` ways respectively. This means they are not fully supported by
OSRM's restriction parser.

We complete support for these turn restriction types by parsing all
ways and converting a valid restriction with multiple `from`/`to` members
into multiple internal restrictions.
2022-08-22 12:58:16 +01:00
..
bicycle Fix distance calculation consistency. (#6315) 2022-08-19 22:31:40 +01:00
car Complete support for no_entry and no_exit turn restrictions (#5988) 2022-08-22 12:58:16 +01:00
foot Fix bug with reading Set values from Lua scripts. (#6285) 2022-07-30 23:14:06 +01:00
guidance Fix distance calculation consistency. (#6315) 2022-08-19 22:31:40 +01:00
lib Configure Undefined Behaviour Sanitizer (#6290) 2022-08-01 22:40:26 +01:00
nearest Replaced 'in' and 'out' at the flatbuffers 'instersection' object 2019-08-26 14:03:29 +03:00
options Fix turn.roads_on_the_left and turn.roads_on_the right for two-way roads #5128 2021-01-27 10:53:00 +01:00
raster Fix distance calculation consistency. (#6315) 2022-08-19 22:31:40 +01:00
step_definitions Add support for non-round-trips with a single fixed endpoint (#6050) 2022-08-22 12:56:47 +01:00
stress cucumber: change syntax of node maps 2016-10-11 09:07:48 +02:00
support Fix distance calculation consistency. (#6315) 2022-08-19 22:31:40 +01:00
testbot Add support for non-round-trips with a single fixed endpoint (#6050) 2022-08-22 12:56:47 +01:00