Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1005 Bytes

unwalkableWaysCheck.md

File metadata and controls

21 lines (13 loc) · 1005 Bytes

Unwalkable Ways Check

Description

The purpose of this check is to look for any non-motorway single carriageway Edges with no foot tags that cross any high-priority roads that are dual carriageways. Currently this check is only valid in Singapore.

Configuration

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

Defaults:

  • "countries": ["SGP"] - List of enabled countries for this check.
  • includeDualCrossingDualCarriageWays: false - Whether or not to include dual crossing dual carriage ways.

Live Examples

Please see the source code for UnwalkableWaysCheck here: UnwalkableWaysCheck