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

Adding Direction Tag #206

Merged
merged 3 commits into from
Aug 28, 2018
Merged

Adding Direction Tag #206

merged 3 commits into from
Aug 28, 2018

Conversation

MonicaBrandeis
Copy link
Contributor

Description:

This PR adds a direction tag to Atlas.

The direction tag should be used with two specific conditions on a Node in OSM to provide more information. One usage is to combine highway=MINI_ROUNDABOUT for the directionality of mini-roundabout. Another usage is to combine highway=STOP or highway=GIVE_WAY to represent the Stop/Yield Sign information in detail at the intersection. Detailed combination and impacts are discussed below.

Potential Impact:

  1. The tag value highway=MINI_ROUNDABOUT should be accompanied by direction=CLOCKWISE or direction=ANTICLOCKWISE to represent the directionality of the mini-roundabout.

  2. The tag value highway=STOP or highway=GIVE_WAY should be accompanied by direction=FORWARD or direction=BACKWARD to represent the which direction has to stop/give_way/yield and give priority to rest of traffic directions.

Currently Atlas has no direction tag to deal with any of conditions mentioned above. Adding direction tag will improve the clarity for routing.

Nothing downstream will be impacted as this is solely adding functionality.

Unit Test Approach:

N/A

Test Results:

N/A


In doubt: Contributing Guidelines

Muning Brandeis and others added 3 commits August 27, 2018 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants