Add local maxspeed for Netherland

This commit is contained in:
Frédéric Rodrigo 2016-08-22 12:28:38 +02:00
parent 3ccbe9842c
commit 88573a66cd
2 changed files with 4 additions and 0 deletions

View File

@ -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
}

View File

@ -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"},