osrm-backend/features/car
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
..
access.feature Handle HOV designated-only Lanes, resolves #2929 2016-09-21 10:56:42 +02:00
advisory.feature Fix local path looping, fixes #2309 2016-04-25 19:37:59 +02:00
barrier.feature Make an exception for block barriers in bicycle and foot profile. 2015-09-07 12:23:21 +02:00
bridge.feature remove movable bridge travel mode references 2016-04-19 12:59:33 -04:00
destination.feature adding tests for guidance 2016-04-08 10:43:22 +02:00
ferry.feature fix testcases, one case only works by turn restriction, needs investigation 2016-09-07 12:04:17 +02:00
link.feature Update car features to reflect not cutting off arrival instruction 2016-04-05 22:59:14 +02:00
maxspeed.feature Update car features to reflect not cutting off arrival instruction 2016-04-05 22:59:14 +02:00
mode.feature adding tests for guidance 2016-04-08 10:43:22 +02:00
names.feature Fixes issue where two ways with same name but different pronunciation where deduplicated, resolves #2860 2016-09-09 18:28:44 +02:00
oneway.feature basic turn lane handling 2016-06-27 10:07:41 +02:00
permissive.feature update profile and tests for pushing of bikes 2013-02-03 14:46:18 +01:00
restrictions.feature ignore invalid only_* restrictions 2016-09-01 09:14:01 +02:00
service.feature Use service tag to penaltize alleys and forbid emergency access 2016-08-29 14:15:22 +02:00
shuttle_train.feature Update car features to reflect not cutting off arrival instruction 2016-04-05 22:59:14 +02:00
speed.feature update speed profile from external calibration data 2014-12-17 11:02:04 +01:00
surface.feature update speed profile from external calibration data 2014-12-17 11:02:04 +01:00
traffic_speeds.feature Close GH-2795: Rewrite cucumber test caching (and support logic). Fixes #2745 2016-09-19 14:13:44 -07:00
traffic_turn_penalties.feature Close GH-2795: Rewrite cucumber test caching (and support logic). Fixes #2745 2016-09-19 14:13:44 -07:00
way.feature cleanup indentation of cuke files 2013-08-29 19:29:13 +02:00