5 | | - `MultipolygonTest` |
6 | | - `OverlappingWays` |
7 | | - `RightAngleBuildingTest` |
8 | | - `SelfIntersectingWay` |
9 | | - `SharpAngles` |
10 | | - `UnconnectedNodes` |
11 | | So, it would be good to have common code for them to avoid code duplication. |
12 | | |
| 5 | - `MultipolygonTest` (doesn't work if existing way node is moved so that the multipolygon geometry is invalid) |
| 6 | - `OverlappingWays` (modified nodes are no problem, but a new way sharing segments with an old way) |
| 7 | - `RightAngleBuildingTest` (doesn't work if existing building node is moved) |
| 8 | - `SelfIntersectingWay` (probably no problem, moved nodes cannot trigger this error) |
| 9 | - `SharpAngles` (doesn't work if existing way node is moved to build a sharp angle) |
| 10 | - `UnconnectedNodes` (doesn't work if existing node of a highway is moved closer to an unconnected node) |
| 11 | So, it would be good to have common code for them to avoid code duplication. |