From f2c6bb049c768f499d1f9fb813a896138b0a8f23 Mon Sep 17 00:00:00 2001 From: tombay Date: Sat, 10 Aug 2024 18:43:38 +1000 Subject: [PATCH] speeds from car not needed --- profiles/lib/country_foot_data.lua | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/profiles/lib/country_foot_data.lua b/profiles/lib/country_foot_data.lua index ee210fd62..8aa003ea1 100644 --- a/profiles/lib/country_foot_data.lua +++ b/profiles/lib/country_foot_data.lua @@ -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',