Opened 7 years ago

Last modified 6 years ago

#18127 closed enhancement

[WIP PATCH] Catch impossible angles in highways — at Version 1

Reported by: taylor.smock Owned by: team
Priority: normal Milestone: 19.10
Component: Core validator Version:
Keywords: angle Cc:

Description (last modified by taylor.smock)

This finds angles in ways (continuous, does not look at intersections) that are less than 45 degrees. It then splits them up depending upon how likely it is to be an actual issue.

The breakpoints (arbitrarily chosen) were 15 degrees and 30 degrees. So <15 degree angle is an error, 15-30 is a warning, and 30-45 is informational.

Its a WIP patch since I haven't written any unit tests yet.

Change History (2)

by taylor.smock, 7 years ago

Attachment: 18127.patch added

Add check for sharp angles in roads, no unit tests yet

comment:1 by taylor.smock, 7 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.