Skip to content
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

Merged
merged 15 commits into from
Nov 18, 2021

Conversation

j-d-b
Copy link
Collaborator

@j-d-b j-d-b commented Aug 6, 2021

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:

  • Rename lane to general
  • Remove right-turning-lane and left-turning-lane
  • Remove right-exit-lane and left-exit-lane
  • Add exit-lane
  • Remove right-exit-ramp and left-exit-ramp
  • Add exit-ramp
  • Remove right-entrance-ramp and left-exit-ramp
  • Add entrance-ramp
  • Add entrance-lane
  • Add parking
  • Add median

Along with the following editorial changes:

  • Update descriptions of several LaneType values for increased clarity
  • Update description of the LaneType enumerated type for increased clarity
  • Update all example GeoJSON files

@j-d-b j-d-b added the v4.0 label Aug 6, 2021
@j-d-b j-d-b changed the title Refactor and Clarify LaneType Enumerated Type Refactor and clarify LaneType Enumerated Type Aug 6, 2021
Copy link
Contributor

@chuehlien chuehlien left a 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.
Copy link
Collaborator

@sknick-iastate sknick-iastate left a 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?

@j-d-b j-d-b added New Functionality This item relates to adding new functionality to the specification Refactor This item related to refactoring the specification. labels Oct 15, 2021
@sknick-iastate sknick-iastate merged commit 9a33418 into v4.0-release Nov 18, 2021
@j-d-b j-d-b mentioned this pull request Dec 16, 2021
@j-d-b j-d-b deleted the v4.0-lane-types branch December 16, 2021 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New Functionality This item relates to adding new functionality to the specification Refactor This item related to refactoring the specification.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New/updated lane types (further LaneType refactoring) Exit lane type enumerations
3 participants