diff --git a/profiles/car.lua b/profiles/car.lua index 2e280f6b9..989e7f9ed 100644 --- a/profiles/car.lua +++ b/profiles/car.lua @@ -130,6 +130,8 @@ maxspeed_table = { ["uk:nsl_single"] = (60*1609)/1000, ["uk:nsl_dual"] = (70*1609)/1000, ["uk:motorway"] = (70*1609)/1000, + ["nl:rural"] = 80, + ["nl:trunk"] = 100, ["none"] = 140 } diff --git a/taginfo.json b/taginfo.json index b8168379e..98dd68a75 100644 --- a/taginfo.json +++ b/taginfo.json @@ -116,6 +116,8 @@ {"key": "maxspeed", "value": "uk:nsl_single"}, {"key": "maxspeed", "value": "uk:nsl_dual"}, {"key": "maxspeed", "value": "uk:motorway"}, + {"key": "maxspeed", "value": "nl:rural"}, + {"key": "maxspeed", "value": "nl:trunk"}, {"key": "smoothness", "value": "intermediate"}, {"key": "smoothness", "value": "bad"}, {"key": "smoothness", "value": "very_bad"},