﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9141	detect nodes with missing highway=crossing	mkoniecz	team	"definitions

A - node that may be left by pedestrians in at least two directions. Naive check for eligible ways: highway=footway or highway=path or (highway=cycleway and (foot=yes or foot=designed))
B - node that may be left by cyclists in at least two directions. Naive check for eligible ways: highway=cycleway or ((highway=path or highway=footway) and (bicycle=yes or bicycle=designed))
C - node that may be left by cars in two directions. Naive check: (highway=residential or highway=unclassified or highway=primary or highway=secondary or highway=tertiary or highway=trunk (...))

Any node with ((A or B) AND C AND without highway=crossing AND without crossing=no) should be reported as ""highway=crossing or crossing=no is probably missing"".

"	enhancement	closed	normal	13.12	Core validator		fixed		
