forked from osmlab/atlas-checks
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Improvement] MalformedRoundaboutCheck: Minimum OSM Nodes/Angles (osm…
…lab#476) * Flag roundabouts with fewer than 9 OSM nodes * Check for angles greater or equal to threshold * missed import * Catch exception where polyline cannot be built * tests * integration * spotless * some more spotless * Use CommonMethods.buildOriginalOsmWayGeometry * Some tests noticed they have bad angles * integration * Check if roundabout is made of mulitple ways * forgot to rebuild image before running check * fixed tests * spotlessJava fixes that didn't show up on local check Co-authored-by: Brian Jorgenson (Insight Global Inc) <[email protected]>
- Loading branch information
Showing
4 changed files
with
162 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.