update test speedprofiles to use new accessTags

This commit is contained in:
Emil Tin 2012-08-21 17:45:33 +02:00
parent 70c4b293ce
commit ad610ac904
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