Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
Bus: Fix oneway helper due to change category list
Browse files Browse the repository at this point in the history
  • Loading branch information
tordans committed May 16, 2024
1 parent d76e840 commit 25d7027
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion processing/topics/roads_bikelanes/bikelanes/DeriveOneway.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ local onewayImplicitYes = Set({
'cyclewayOnHighway_exclusive', -- "lane"-like
'cyclewayOnHighway_advisoryOrExclusive', -- "lane"-like
'cyclewayOnHighwayBetweenLanes', -- "lane"-like
'sharedBusLane', -- "shared lane"-like
'sharedBusLaneBikeWithBus', -- "shared lane"-like
'sharedBusLaneBusWithBike', -- "shared lane"-like
'footAndCyclewayShared_adjoining', -- "shared lane"-like
'footAndCyclewayShared_adjoiningOrIsolated', -- unclear, fall back to "shared lane"-like
'footAndCyclewaySegregated_adjoining', -- "lane"-like
Expand Down

0 comments on commit 25d7027

Please sign in to comment.