From 7881af46ce01c86b18c5aec625bb1db00e214782 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Rodrigo?= Date: Sun, 10 Sep 2023 13:31:56 +0200 Subject: [PATCH] Added motorway speed limits for Bulgaria (original fix by pl71) --- profiles/car.lua | 1 + taginfo.json | 1 + 2 files changed, 2 insertions(+) diff --git a/profiles/car.lua b/profiles/car.lua index 95052d0ec..ae76151dc 100644 --- a/profiles/car.lua +++ b/profiles/car.lua @@ -274,6 +274,7 @@ function setup() ["be-bru:rural"] = 70, ["be-bru:urban"] = 30, ["be-vlg:rural"] = 70, + ["bg:motorway"] = 140, ["by:urban"] = 60, ["by:motorway"] = 110, ["ca-on:rural"] = 80, diff --git a/taginfo.json b/taginfo.json index 85c57071a..187778020 100644 --- a/taginfo.json +++ b/taginfo.json @@ -150,6 +150,7 @@ {"key": "maxspeed", "value": "AT:trunk"}, {"key": "maxspeed", "value": "BE:motorway"}, {"key": "maxspeed", "value": "BE-VLG:rural"}, + {"key": "maxspeed", "value": "BG:motorway"}, {"key": "maxspeed", "value": "BY:urban"}, {"key": "maxspeed", "value": "BY:motorway"}, {"key": "maxspeed", "value": "CA-ON:rural"},