Car profile, add new specific country speed limit at:urban, ca-on:rural and es:trunk (#6443)

This commit is contained in:
Frédéric Rodrigo
2022-11-06 21:27:03 +01:00
committed by GitHub
parent 5f82d0c9ba
commit 2bbb347f57
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -268,6 +268,7 @@ function setup()
-- List only exceptions
maxspeed_table = {
["at:urban"] = 40,
["at:rural"] = 100,
["at:trunk"] = 100,
["be:motorway"] = 120,
@@ -276,6 +277,7 @@ function setup()
["be-vlg:rural"] = 70,
["by:urban"] = 60,
["by:motorway"] = 110,
["ca-on:rural"] = 80,
["ch:rural"] = 80,
["ch:trunk"] = 100,
["ch:motorway"] = 120,
@@ -285,6 +287,7 @@ function setup()
["de:rural"] = 100,
["de:motorway"] = 0,
["dk:rural"] = 80,
["es:trunk"] = 90,
["fr:rural"] = 80,
["gb:nsl_single"] = (60*1609)/1000,
["gb:nsl_dual"] = (70*1609)/1000,