osrm-backend/features
Daniel J. Hofmann 583aaff286 Makes designated HOV way's routability configurable in profiles.
Why only `hov=designated` and not all access tags, such as `hov:yes`,
`hov=no` and so on? From the Wiki:

- designated: The way is designated to high occupancy vehicles.
- yes: High occupancy vehicles are allowed. This by itself does not imply that other vehicles are restricted from using the way.
- no: High occupancy vehicles are not allowed on the way. This by itself does not imply that other vehicle types are allowed to use it.

The primary use-case is conditionally filtering ways such as:

http://www.openstreetmap.org/way/11198593#map=19/37.82571/-122.30521&layers=D

In addition there is a notion of HOV lanes for lane handling:

http://wiki.openstreetmap.org/wiki/Key:hov#hov:lanes.3D.2A

This changeset does not handle lanes at all, only designated HOV ways.
For HOV lane support, a logic similar to the lane access handling needs
to be implemented. This needs to go hand in hand with the existing lane
handling introduced in:

7d076e9344

References:
- #2711
- http://wiki.openstreetmap.org/wiki/Key:access
- http://wiki.openstreetmap.org/wiki/Key:hov#Values
2016-08-03 12:24:43 +02:00
..
bicycle basic turn lane handling 2016-06-27 10:07:41 +02:00
car Makes designated HOV way's routability configurable in profiles. 2016-08-03 12:24:43 +02:00
foot Revert "Fixes roundabout spelling in existing cucumber test" 2016-06-02 15:00:49 +02:00
guidance Adds Cucumber Scenario for sharp left turn at traffic light 2016-08-03 12:18:31 +02:00
nearest Move nodes inside the search radius 2015-05-15 00:34:53 +02:00
options Fix exception handling around unrecognised options 2016-07-26 11:43:08 +02:00
raster Update raster features to reflect not cutting off arrive instruction 2016-04-05 22:59:14 +02:00
step_definitions update cucumber to 1.2.1 and remove hack 2016-07-13 11:04:35 +02:00
stress cleanup indentation of cuke files 2013-08-29 19:29:13 +02:00
support Include datasources for each segment in route annotation. 2016-07-27 15:51:11 -07:00
testbot Added test for issue #2706 2016-08-02 19:06:10 +02:00