From f36b3fb4bc4d6672f3ac6a46875f2f8f09ef11bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Rodrigo?= Date: Fri, 15 Sep 2017 20:09:23 +0200 Subject: [PATCH] Add to car profile missing BE:motorway maxspeed_table exceptions osm-fr/osmose-backend#232 --- profiles/car.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/car.lua b/profiles/car.lua index bdbd8f76f..92ec497bb 100644 --- a/profiles/car.lua +++ b/profiles/car.lua @@ -250,6 +250,7 @@ function setup() -- List only exceptions maxspeed_table = { + ["be:motorway"] = 120, ["ch:rural"] = 80, ["ch:trunk"] = 100, ["ch:motorway"] = 120,