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
+2
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
}