From 60ddd2eec0b63a30f427ada75c4f877717742777 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Rodrigo?= Date: Thu, 27 Sep 2018 11:33:58 +0200 Subject: [PATCH] In Belgium the maximum speed in rural areas is 70 in the region Flanders --- profiles/car.lua | 1 + taginfo.json | 1 + 2 files changed, 2 insertions(+) diff --git a/profiles/car.lua b/profiles/car.lua index a73980d919c..02f185abb20 100644 --- a/profiles/car.lua +++ b/profiles/car.lua @@ -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, diff --git a/taginfo.json b/taginfo.json index 0bb923ecf7d..38f50bd9711 100644 --- a/taginfo.json +++ b/taginfo.json @@ -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"},