﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
23358	Better warning for bridge on suspicious object	Emvee	team	"An Aqueduct is tagged as:

* waterway=canal
* bridge=aqueduct
* layer=1

But this triggers incorrectly a suspicious tag combination warning ""bridge on suspicious object""
For an example see https://www.openstreetmap.org/way/1016984767

Notice that the validator already proposes to use add ""bridge=aqueduct""


{{{
/* #11127, #13727 */
way[waterway][bridge=yes][waterway!=weir] {
  throwWarning: tr(""{0} together with {1}"", ""{0.key}"", ""{1.tag}"");
  suggestAlternative: ""bridge=aqueduct"";
  group: tr(""suspicious tag combination"");
  fixAdd: ""bridge=aqueduct"";
}
}}}


It is then a strange to issue another warning after fixing this one."	enhancement	reopened	normal		Core validator			bridge aqueduct	
