Merge pull request #2867 from gardster/routing_generation_fix

Add maxspeed=none tag to car profile.
This commit is contained in:
mpimenov 2016-04-12 13:13:53 +03:00
commit 695936a4bb
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