The purpose of this check aims to flag segments that have different road classifications compared to the road segments they're connect to.
This check has four configurables that can be changed in the configuration file config.json
Defaults:
"long.edge.threshold": 1000.0
- Maximum length (meters) of combined edges"minimum.highway.type": "tertiary_link"
- Minimum highway classification type"maximum.edge.length": 500.0
- Maximum length (meters) of edge
- Line
highway=teritary
id:234258492, Linehighway=secondary
id:445632970, and Linehighway=tertiary
id:27116452 - Line
highway=primary
id:42821967, Linehighway=tertiary
id:28893694, and Linehighway=primary
id:306089807 - Line
highway=secondary
id:391612634, Linehighway=tertiary
id:246156874, Linehighway=secondary
id:444405397
Please see the source code for InconsistentRoadClassificationCheck here: InconsistentRoadClassificationCheck