You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which Atlas check is the fix suggestion related to?
OverlappingEdgeCheck:
Description: Checks that two Edges do not share the same two consecutive geometry points. Each segment of a
main Edge is checked for overlapping segments of other main edges. If an Edge has previously been
found to overlap some Edge, it will not be flagged unless it is overlapped by an Edge not flagged yet. It ignores edges that are part of pedestrian areas. (Document unavailable)
Which Atlas check is the fix suggestion related to?
OverlappingEdgeCheck:
Description: Checks that two Edges do not share the same two consecutive geometry points. Each segment of a
main Edge is checked for overlapping segments of other main edges. If an Edge has previously been
found to overlap some Edge, it will not be flagged unless it is overlapped by an Edge not flagged yet. It ignores edges that are part of pedestrian areas. (Document unavailable)
Source Code:https://github.com/osmlab/atlas-checks/blob/dev/src/main/java/org/openstreetmap/atlas/checks/validation/linear/edges/OverlappingEdgeCheck.java
Describe more details of suggested fix(es)
Suggested Fix 1:
Is there any code enhancement needed if adding the fix suggestion component?
No
If yes, provide details about what and where the enhancement is needed. Ex. the fix requires excluding checks on relation
The text was updated successfully, but these errors were encountered: