osrm-backend/profiles
Daniel J. Hofmann a63b10972b Handle HOV designated-only Lanes, resolves #2929
In https://github.com/Project-OSRM/osrm-backend/issues/2711 we made
`hov=designated` routability configurable.

We want to handle designated-only lanes in the same way. Example:

    hov:lanes:forward=designated|designated
    hov:lanes:backward=designated

should have more or less the same effects as

    hov=designated

In contrast

    hov:lanes:forward=designated|no|yes hov:lanes:backward=yes

should not be handled. See

    https://github.com/Project-OSRM/osrm-backend/issues/2711

for explanation wrt. tag semantics with the difference that
backward/forward only set the backward/forward mode to inaccessible.

References:
- http://wiki.openstreetmap.org/wiki/Key:hov#hov:lanes.3D.2A
2016-09-21 10:56:42 +02:00
..
examples Remove unused obey_bollards from profiles, already handled via barrier_whitelist. 2015-08-25 14:24:43 +02:00
lib fix copy-paste typo in guidance lib 2016-09-05 15:00:42 +02:00
bicycle.lua return name and reference separately 2016-09-08 14:28:23 +02:00
car.lua Handle HOV designated-only Lanes, resolves #2929 2016-09-21 10:56:42 +02:00
foot.lua return name and reference separately 2016-09-08 14:28:23 +02:00
lhs.lua State all turn penalties in seconds 2016-08-29 13:54:56 +02:00
rasterbot.lua Close GH-2795: Rewrite cucumber test caching (and support logic). Fixes #2745 2016-09-19 14:13:44 -07:00
rasterbotinterp.lua Close GH-2795: Rewrite cucumber test caching (and support logic). Fixes #2745 2016-09-19 14:13:44 -07:00
rhs.lua State all turn penalties in seconds 2016-08-29 13:54:56 +02:00
testbot.lua basic turn lane handling 2016-06-27 10:07:41 +02:00
turnbot.lua State all turn penalties in seconds 2016-08-29 13:54:56 +02:00