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
Hello everyone,
I went through cases from the latest daylight MR challenge. My opinion
its a bit risky to offer a AutoFix suggestion for that challenge. Some of the cases visually looks straightforward to connect but after manual investigation it turns out as incorrect mapping.
Some examples (bad data): https://maproulette.org/challenge/17794/task/100038393
Which Atlas check is the fix suggestion related to?
Connectivity Check
Description: This check identifies nodes that should be connected to nearby nodes or edges
Script: https://github.com/osmlab/atlas-checks/blob/e36a240f37344c99a25b00eb42c8e1b77b228a88/src/main/java/org/openstreetmap/atlas/checks/validation/points/ConnectivityCheck.java
Describe more details of suggested fix(es)
Suggested Fix 1:
Type of fixing: Geometry fix
Operation: Modify
Suggested Action: connect the node to proper nearest node or edge
Is there any code enhancement needed if adding the fix suggestion component?
No
The text was updated successfully, but these errors were encountered: