Opened 7 years ago

Last modified 6 years ago

#18127 closed enhancement

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

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

Description

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 tests yet.

Change History (1)

by taylor.smock, 7 years ago

Attachment: 18127.patch added

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

Note: See TracTickets for help on using tickets.