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
The check flags buildings that intersect the center lines of roads. I feel like the most appropriate fix is to update the geometry of the building to not intersect/overlap the road. Something like the lines that intersects the building could be updated to be so and so distance from the road. This will involve code change.
ladwlo
added a commit
to ladwlo/atlas-checks
that referenced
this issue
Jan 14, 2021
Which Atlas check is the fix suggestion related to?
Building Road Intersections Check
Description: https://github.com/osmlab/atlas-checks/blob/dev/docs/checks/buildingRoadIntersectionCheck.md
Script: https://github.com/osmlab/atlas-checks/blob/dev/src/main/java/org/openstreetmap/atlas/checks/validation/intersections/BuildingRoadIntersectionCheck.java
Describe more details of suggested fix(es)
Suggested Fix 1:
Type of fixing: Geometry fix
Operation: Delete
Suggested Action: Remove the building that intersect/overlap with a road
Is there any code enhancement needed if adding the fix suggestion component?
No
The text was updated successfully, but these errors were encountered: