forked from organicmaps/organicmaps
Update profile.lua
Add Dutch maxspeed profiles
This commit is contained in:
parent
d6cd9b77a8
commit
62b620d876
1 changed files with 4 additions and 0 deletions
|
@ -125,6 +125,10 @@ 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,
|
||||
["nl:motorway"] = 130,
|
||||
["none"] = 140
|
||||
["none"] = 140
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue