-
Notifications
You must be signed in to change notification settings - Fork 82
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
Highway Intersection Check #664
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.
I'd be interested to see some examples of the true positive flags for this check. I am surprised there are Edges with power line or waterway tags. Those features generally become Lines.
...n/java/org/openstreetmap/atlas/checks/validation/intersections/HighwayIntersectionCheck.java
Outdated
Show resolved
Hide resolved
...n/java/org/openstreetmap/atlas/checks/validation/intersections/HighwayIntersectionCheck.java
Outdated
Show resolved
Hide resolved
Here is an example of a highway that has the power=line tag on it that also intersects another highway. In this example a bunch of highways intersect a highway + waterway (109263731)(https://www.openstreetmap.org/edit#map=18/-28.44676/-65.78058 It looks like the main fix to most of the flagged issues is to separate the way into highway and the waterway/power. |
Kudos, SonarCloud Quality Gate passed! |
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.
Looks good! Thanks for the example.
Description:
Picked up where #643 left off.
Changes are:
Test Results: