This check detects highways that are missing a name and ref tag. At least one of them is required.
- min.contiguous.angle - Minimum angle defining contiguous ways.
Primary road way:174686797 is missing both name and ref tag.
This check evaluates Edges, flagging them if they are missing both name and ref tags.
We first validate that the incoming object is:
- Is an
Edge
- Is MainEdge
- HighwayTag greater than or equal to 'tertiary'
- Not a roundabout
- Not circular
Flag edge if it is missing both name and ref tag.
NA
To learn more about the code, please look at the comments in the source code for the check.
HighwayMissingNameAndRefTagCheck.java