Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 596 Bytes

sharpAngleCheck.md

File metadata and controls

12 lines (8 loc) · 596 Bytes

SharpAngleCheck

Description

Flags edges that have an angle that is too sharp within their polyline. Sharp angles may indicate inaccurate digitization once this threshold is exceeded. There may be other factors in play here, such as numbers of intersections, type of highway, etc. But the main breaking point is any angles that are less than 31 degrees.

Code Review

To learn more about the code, please look at the comments in the source code for the check. SharpAngleCheck.java