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)