Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.13 KB

overlappingEdgeCheck.md

File metadata and controls

20 lines (13 loc) · 1.13 KB

Overlapping Edge Check

Description

The purpose of this check is to identify Edges which overlap another Edge. Overlapping Edges share two consecutive Nodes.

Configuration

This check has two configurables that can be changed in the configuration file config.json

Defaults:

  • "highway.priority.minimum": "residential" - Minimum highway type for priority
  • "pedestrian.areas.filter": true - Whether or not to filter out pedestrian areas

Live Examples

Please see the source code for OverlappingEdgeCheck here: OverlappingEdgeCheck