Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1.06 KB

roadLinkCheck.md

File metadata and controls

19 lines (11 loc) · 1.06 KB

Road Link Check

Description

The purpose of this check is to verify that at least one end of a highway link is connected to another road or link of the same classification. This check also identifies links that are longer than the given configurable distance.

Configuration

This check has one configurable that can be changed in the configuration file config.json

Defaults:

  • "length.maximum.miles": 1.0 - Maximum length (miles) of road link

Live Examples

Please see the source code for RoadLinkCheck here: RoadLinkCheck