﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10825	add validator warning for tags on isolated nodes, which should be part of a way	Klumbumbus	Klumbumbus	"I suggest to add the following validator warning:

{{{
#!rule
node:unconnected[entrance],
node:unconnected[traffic_calming],
node:unconnected[highway=mini_roundabout],
node:unconnected[highway=motorway_junction],
node:unconnected[highway=turning_loop],
node:unconnected[highway=turning_circle],
node:unconnected[highway=crossing],
node:unconnected[crossing],
node:unconnected[highway=traffic_signals] {
  throwWarning: tr(""{0} must be connected to a way"", ""{1.tag}"");
}
}}}

(partly based on ticket:9576#comment:5)

Any opinions about this, or more tags to add to the list?"	enhancement	new	normal		Core validator				
