pull request moved to develop branch: roundabout handling from car profile moved to bike profile
This commit is contained in:
parent
bf0b43aa24
commit
f2b81ba86c
@ -189,7 +189,12 @@ function way_function (way)
|
||||
way.name = "{highway:"..highway.."}" -- if no name exists, use way type
|
||||
-- this encoding scheme is excepted to be a temporary solution
|
||||
end
|
||||
|
||||
|
||||
-- roundabout handling
|
||||
if "roundabout" == junction then
|
||||
way.roundabout = true;
|
||||
end
|
||||
|
||||
-- speed
|
||||
if route_speeds[route] then
|
||||
-- ferries (doesn't cover routes tagged using relations)
|
||||
|
Loading…
Reference in New Issue
Block a user