Skip to content

Latest commit

 

History

History

crossingHighways

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Description

This validator detects all the highways that intersect each other. Highways must be connected by a node.

Usage

  1. Download OSM QA Tiles for the planet or a country that you are interested in.
  2. For example, to run for peru.mbtiles: osmlint crossinghighways --bbox="[-85.348663,-19.664209,-64.606476,1.3831570]" --zoom=12 peru.mbtiles

How to fix the error

Review and repair highway intersections that are not connected to a node. By:

  • Connecting level intersections of two highways with a node where they are not connected. This excludes bridges and tunnels. Confirm an intersection is level from satellite imagery.
  • According to the satellite imagery, adding bridge=yes and layer=* or tunnel=yes and layer=-1.

Common issues

image Add layer=1 to the bridge

image1 Join the node to the road

image2 Add tunnel=yes and layer=-1

image3 Add a node to connect both roads