Add literal maxspeed value for NO, PL and ZA on maxspeed_table in car profile

This commit is contained in:
Frédéric Rodrigo
2017-10-08 15:19:24 +02:00
committed by Patrick Niklaus
parent fe88d7fcd1
commit 9b044aaa42
2 changed files with 14 additions and 0 deletions
+7
View File
@@ -263,6 +263,11 @@ function setup()
["gb:motorway"] = (70*1609)/1000,
["nl:rural"] = 80,
["nl:trunk"] = 100,
['no:rural'] = 80,
['no:motorway'] = 110,
['pl:rural'] = 100,
['pl:trunk'] = 120,
['pl:motorway'] = 140,
["ro:trunk"] = 100,
["ru:living_street"] = 20,
["ru:urban"] = 60,
@@ -271,6 +276,8 @@ function setup()
["uk:nsl_single"] = (60*1609)/1000,
["uk:nsl_dual"] = (70*1609)/1000,
["uk:motorway"] = (70*1609)/1000,
['za:urban'] = 60,
['za:rural'] = 100,
["none"] = 140
}
}