From 4ea3f33376eb9dc3da069b295b7a9c2688a940ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Rodrigo?= Date: Fri, 8 Sep 2017 20:36:06 +0200 Subject: [PATCH] Add to car profile missing DK:rural maxspeed_table exceptions osm-fr/osmose-backend#174 (#4488) --- profiles/car.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/car.lua b/profiles/car.lua index 7105d3e8a..bdbd8f76f 100644 --- a/profiles/car.lua +++ b/profiles/car.lua @@ -254,6 +254,7 @@ function setup() ["ch:trunk"] = 100, ["ch:motorway"] = 120, ["de:living_street"] = 7, + ["dk:rural"] = 80, ["ru:living_street"] = 20, ["ru:urban"] = 60, ["ua:urban"] = 60,