In Belgium the maximum speed in rural areas is 70 in the region Flanders

This commit is contained in:
Frédéric Rodrigo 2018-09-27 11:33:58 +02:00
parent 72e03f9af9
commit 60ddd2eec0
2 changed files with 2 additions and 0 deletions

View File

@ -269,6 +269,7 @@ function setup()
["at:rural"] = 100,
["at:trunk"] = 100,
["be:motorway"] = 120,
["be-vlg:rural"] = 70,
["by:urban"] = 60,
["by:motorway"] = 110,
["ch:rural"] = 80,

View File

@ -148,6 +148,7 @@
{"key": "maxspeed", "value": "AT:rural"},
{"key": "maxspeed", "value": "AT:trunk"},
{"key": "maxspeed", "value": "BE:motorway"},
{"key": "maxspeed", "value": "BE-VLG:rural"},
{"key": "maxspeed", "value": "BY:urban"},
{"key": "maxspeed", "value": "BY:motorway"},
{"key": "maxspeed", "value": "CH:rural"},