Update car.lua

Added speed limits for Bulgaria (cars).
https://en.wikipedia.org/wiki/Speed_limits_in_Bulgaria
This commit is contained in:
Plamen 2023-08-01 11:44:13 +03:00 committed by GitHub
parent 522d0f066e
commit 3e3e21b3ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -274,6 +274,9 @@ function setup()
["be-bru:rural"] = 70, ["be-bru:rural"] = 70,
["be-bru:urban"] = 30, ["be-bru:urban"] = 30,
["be-vlg:rural"] = 70, ["be-vlg:rural"] = 70,
["bg:motorway"] = 140,
["bg:rural"] = 90,
["bg:urban"] = 50,
["by:urban"] = 60, ["by:urban"] = 60,
["by:motorway"] = 110, ["by:motorway"] = 110,
["ca-on:rural"] = 80, ["ca-on:rural"] = 80,