From 88573a66cd1a2ec922ac895234c369528ee899bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Rodrigo?= Date: Mon, 22 Aug 2016 12:28:38 +0200 Subject: [PATCH] Add local maxspeed for Netherland --- profiles/car.lua | 2 ++ taginfo.json | 2 ++ 2 files changed, 4 insertions(+) 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"},