-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor and clarify LaneType Enumerated Type #188
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Made one minor edit but otherwise looks great. Good work!
Modified the entrance lane and entrance ramp descriptions to better clarify what they represent.
Modify the entrance lane description to say ingress to current roadway.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@j-d-b Looks good! I made a few changes to the entrance-lane
and entrance-ramp
descriptions. I did notice in a later commit you modified mainline in the exit-ramp
to current roadway. I used mainline in the entrance-ramp
description that you can modify if needed.
Do we also want to modify the description of type
in the Lane Object table to match the change you made in the LaneType enumerations?
This PR resolves issues #149 and #5 by refactoring the values of the LaneType enumerated type for clarity and simplicity.
Specifically, the following changes were made to the LaneType enumerated type:
lane
togeneral
right-turning-lane
andleft-turning-lane
right-exit-lane
andleft-exit-lane
exit-lane
right-exit-ramp
andleft-exit-ramp
exit-ramp
right-entrance-ramp
andleft-exit-ramp
entrance-ramp
entrance-lane
parking
median
Along with the following editorial changes: