osrm-backend/features
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
..
bicycle return name and reference separately 2016-09-08 14:28:23 +02:00
car Handle HOV designated-only Lanes, resolves #2929 2016-09-21 10:56:42 +02:00
foot return name and reference separately 2016-09-08 14:28:23 +02:00
guidance Fix "Error: write after end" and removed @bug tags 2016-09-20 20:40:53 +02:00
lib Close GH-2795: Rewrite cucumber test caching (and support logic). Fixes #2745 2016-09-19 14:13:44 -07:00
nearest Move nodes inside the search radius 2015-05-15 00:34:53 +02:00
options Close GH-2795: Rewrite cucumber test caching (and support logic). Fixes #2745 2016-09-19 14:13:44 -07:00
raster Close GH-2795: Rewrite cucumber test caching (and support logic). Fixes #2745 2016-09-19 14:13:44 -07:00
step_definitions Close GH-2795: Rewrite cucumber test caching (and support logic). Fixes #2745 2016-09-19 14:13:44 -07:00
stress cleanup indentation of cuke files 2013-08-29 19:29:13 +02:00
support Fix "Error: write after end" and removed @bug tags 2016-09-20 20:40:53 +02:00
testbot Close GH-2795: Rewrite cucumber test caching (and support logic). Fixes #2745 2016-09-19 14:13:44 -07:00