speeds from car not needed

This commit is contained in:
tombay 2024-08-10 18:43:38 +10:00 committed by GitHub
parent fc0c2a0843
commit f2c6bb049c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,25 +17,6 @@ local walking_speed = 5
local default_speed = 15
local no_speed = -1
local speeds = Sequence {
motorway = 90,
motorway_link = 45,
trunk = 85,
trunk_link = 40,
primary = 65,
primary_link = 30,
secondary = 55,
secondary_link = 25,
tertiary = 40,
tertiary_link = 20,
unclassified = 25,
residential = 25,
living_street = 10,
service = 15
}
local clist = Set
{
'Worldwide',