diff --git a/CHANGELOG.md b/CHANGELOG.md index 208ab00f7..ac7a17117 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ - FIXED #4754: U-Turn penalties are applied to straight turns. - FIXED #4756: Removed too restrictive road name check in the sliproad handler - FIXED #4731: Use correct weights for edge-based graph duplicated via nodes. + - Profile: + - CHANGED: added Belarus speed limits # 5.14.2 - Changes from 5.14.1: diff --git a/profiles/car.lua b/profiles/car.lua index 90c004b11..9c39fd0db 100644 --- a/profiles/car.lua +++ b/profiles/car.lua @@ -257,6 +257,8 @@ function setup() ["at:rural"] = 100, ["at:trunk"] = 100, ["be:motorway"] = 120, + ["by:urban"] = 60, + ["by:motorway"] = 110, ["ch:rural"] = 80, ["ch:trunk"] = 100, ["ch:motorway"] = 120, diff --git a/taginfo.json b/taginfo.json index a1326fe7b..8947436d2 100644 --- a/taginfo.json +++ b/taginfo.json @@ -147,6 +147,8 @@ {"key": "maxspeed", "value": "AT:rural"}, {"key": "maxspeed", "value": "AT:trunk"}, {"key": "maxspeed", "value": "BE:motorway"}, + {"key": "maxspeed", "value": "BY:urban"}, + {"key": "maxspeed", "value": "BY:motorway"}, {"key": "maxspeed", "value": "CH:rural"}, {"key": "maxspeed", "value": "CH:trunk"}, {"key": "maxspeed", "value": "CH:motorway"},