This validator detects all the highways that intersect each other. Highways must be connected by a node.
- Download OSM QA Tiles for the planet or a country that you are interested in.
- For example, to run for peru.mbtiles:
osmlint crossinghighways --bbox="[-85.348663,-19.664209,-64.606476,1.3831570]" --zoom=12 peru.mbtiles
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
andlayer=*
ortunnel=yes
andlayer=-1
.