﻿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[barrier=entrance],
node:unconnected[entrance],
node:unconnected[traffic_calming],
node:unconnected[highway=passing_place],
node:unconnected[highway=mini_roundabout],
node:unconnected[highway=motorway_junction],
node:unconnected[highway=turning_loop],
node:unconnected[highway=turning_circle],
node:unconnected[highway=traffic_signals],
node:unconnected[highway=crossing],
node:unconnected[crossing],
node:unconnected[railway=crossing],
node:unconnected[railway=level_crossing],
node:unconnected[railway=buffer_stop],
node:unconnected[noexit],
node:unconnected[waterway=dam],
node:unconnected[waterway=weir],
node:unconnected[waterway=waterfall],
node:unconnected[amenity=ferry_terminal],
node:unconnected[mountain_pass=yes] {
  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	closed	normal	14.12	Core validator		fixed		
