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

Update RouteUtils.java added oneway test #70

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DanielAgostinho
Copy link

In some ways, there is an explicit key-tag pair that specifies that the way is not oneway as in "oneway:no". The current logic will incorrectly flag such a way as being oneway. the committed changes adds a condition to check if the oneway is actually just "oneway:no".

Further testing might be necessary as well as reordering or moving the condition to improve efficiency and/or readability are welcome.

Added a condition in order to ignore "oneway" if it has "oneway:no"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant