Merge pull request #375 from emiltin/access_test_profiles

update test speedprofiles to use new accessTags
This commit is contained in:
Project OSRM 2012-08-21 09:11:33 -07:00
commit e544233abb
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[bicycle] [bicycle]
accessTag = bicycle accessTags = bicycle
obeyOneways = yes obeyOneways = yes
obeyBollards = no obeyBollards = no
useRestrictions = yes useRestrictions = yes

View File

@ -1,5 +1,5 @@
[car] [car]
accessTag = motorcar accessTags = motorcar
defaultSpeed = 50 defaultSpeed = 50
obeyOneways = yes obeyOneways = yes
useRestrictions = yes useRestrictions = yes

View File

@ -1,5 +1,5 @@
[foot] [foot]
accessTag = foot accessTags = foot
defaultSpeed = 5 defaultSpeed = 5
obeyOneways = no obeyOneways = no
useRestrictions = no useRestrictions = no