Skip to content

Commit

Permalink
AutoFix section added to documentation. (osmlab#489)
Browse files Browse the repository at this point in the history
* AutoFix section added to documentation.

* minor change
  • Loading branch information
vladlemberg authored Feb 9, 2021
1 parent 5fe145e commit 8b89a6c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/checks/malformedRoundaboutCheck.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions docs/checks/roundaboutMissingTagCheck.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8b89a6c

Please sign in to comment.