From 8b89a6cd54b108269d0f086975edac96b34a2891 Mon Sep 17 00:00:00 2001 From: Vladimir Lemberg <62575608+vladlemberg@users.noreply.github.com> Date: Tue, 9 Feb 2021 10:26:01 -0800 Subject: [PATCH] AutoFix section added to documentation. (#489) * AutoFix section added to documentation. * minor change --- docs/checks/malformedRoundaboutCheck.md | 5 ++++- docs/checks/roundaboutMissingTagCheck.md | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/checks/malformedRoundaboutCheck.md b/docs/checks/malformedRoundaboutCheck.md index bfb6b2e7b..4bc674dd8 100644 --- a/docs/checks/malformedRoundaboutCheck.md +++ b/docs/checks/malformedRoundaboutCheck.md @@ -6,7 +6,10 @@ This check flags roundabouts where: 2. The segments are multi-directional 3. The roundabout is incomplete or has overlapping segments 4. Part of it is not car navigable -5. It intersects with car navigable edges on the same level as itself and inside itself +5. It intersects with car navigable edges on the same level as itself and inside itself + +#### AutoFix Suggestion +AutoFix suggestion covered "wrong direction" cases only. #### Live Example 1) This roundabout [id:242413354](https://www.openstreetmap.org/way/242413354) is multi-directional and diff --git a/docs/checks/roundaboutMissingTagCheck.md b/docs/checks/roundaboutMissingTagCheck.md index 868046030..adf217281 100644 --- a/docs/checks/roundaboutMissingTagCheck.md +++ b/docs/checks/roundaboutMissingTagCheck.md @@ -4,6 +4,9 @@ This check identifies closed navigable ways https://wiki.openstreetmap.org/wiki/Item:Q4669 that have a round shape and intersecting with at least two navigable ways. +#### AutoFix Suggestion +All cases covered with AutoFix suggestion. + #### Live Example Roundabout without `junction=roundabout` tag. 1) [id:592687817](https://www.openstreetmap.org/way/592687817)