Add maxspeed=none tag to car profile.

This commit is contained in:
Lev Dragunov 2016-04-11 18:31:01 +03:00
parent e4c594b645
commit 288540cb89
2 changed files with 4 additions and 2 deletions

View file

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

View file

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