forked from organicmaps/organicmaps-tmp
Add maxspeed=none tag to car profile.
This commit is contained in:
parent
e4c594b645
commit
288540cb89
2 changed files with 4 additions and 2 deletions
|
@ -124,7 +124,8 @@ maxspeed_table = {
|
|||
["gb:motorway"] = (70*1609)/1000,
|
||||
["uk:nsl_single"] = (60*1609)/1000,
|
||||
["uk:nsl_dual"] = (70*1609)/1000,
|
||||
["uk:motorway"] = (70*1609)/1000
|
||||
["uk:motorway"] = (70*1609)/1000,
|
||||
["none"] = 140
|
||||
}
|
||||
|
||||
traffic_signal_penalty = 2
|
||||
|
|
|
@ -124,7 +124,8 @@ maxspeed_table = {
|
|||
["gb:motorway"] = (70*1609)/1000,
|
||||
["uk:nsl_single"] = (60*1609)/1000,
|
||||
["uk:nsl_dual"] = (70*1609)/1000,
|
||||
["uk:motorway"] = (70*1609)/1000
|
||||
["uk:motorway"] = (70*1609)/1000,
|
||||
["none"] = 140
|
||||
}
|
||||
|
||||
traffic_signal_penalty = 2
|
||||
|
|
Loading…
Add table
Reference in a new issue