osrm-backend/profiles
Daniel J. Hofmann 345d5e8d9e Make an exception for block barriers in bicycle and foot profile.
This adds `barrier=block` exceptions to the respective white lists.

In addition this adds tests to check for the exception in bicycle and
foot profiles and makes sure cars are still not able to cross them.

Checked with:

    cucumber --tags @barrier -p verify

References:

- https://github.com/Project-OSRM/osrm-backend/issues/1643
- http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dblock
2015-09-07 12:23:21 +02:00
..
examples Remove unused obey_bollards from profiles, already handled via barrier_whitelist. 2015-08-25 14:24:43 +02:00
lib Use lua 5.2+ without needing compatibility flags. 2015-05-15 15:02:23 +02:00
bicycle.lua Make an exception for block barriers in bicycle and foot profile. 2015-09-07 12:23:21 +02:00
car.lua Move destination to access tag white list instead of making exception in car profile. 2015-09-03 17:46:20 +02:00
foot.lua Make an exception for block barriers in bicycle and foot profile. 2015-09-07 12:23:21 +02:00
rasterbot-interp.lua Implement raster source feature to read data from third-party sources, to be used in lua profiles. 2015-09-03 22:28:18 -07:00
rasterbot.lua Implement raster source feature to read data from third-party sources, to be used in lua profiles. 2015-09-03 22:28:18 -07:00
testbot.lua Remove unneeded semicola from profiles. 2015-09-02 12:23:26 +02:00
turnbot.lua compute turn penalties in lua profiles 2013-02-27 19:33:33 +01:00