diff --git a/test/speedprofiles/bicycle.ini b/test/speedprofiles/bicycle.ini index a81f62735..f3bb6b2cd 100644 --- a/test/speedprofiles/bicycle.ini +++ b/test/speedprofiles/bicycle.ini @@ -1,5 +1,5 @@ [bicycle] - accessTag = bicycle + accessTags = bicycle obeyOneways = yes obeyBollards = no useRestrictions = yes diff --git a/test/speedprofiles/car.ini b/test/speedprofiles/car.ini index b2ce3c4c0..85107c00f 100644 --- a/test/speedprofiles/car.ini +++ b/test/speedprofiles/car.ini @@ -1,5 +1,5 @@ [car] - accessTag = motorcar + accessTags = motorcar defaultSpeed = 50 obeyOneways = yes useRestrictions = yes diff --git a/test/speedprofiles/foot.ini b/test/speedprofiles/foot.ini index 656c82ad5..135a76305 100644 --- a/test/speedprofiles/foot.ini +++ b/test/speedprofiles/foot.ini @@ -1,5 +1,5 @@ [foot] - accessTag = foot + accessTags = foot defaultSpeed = 5 obeyOneways = no useRestrictions = no