﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5352	"Do not warn about ""Nodes at the same position"" if tag(s) with different values"	Emvee	team	"In the Netherlands, GSM antenna's are imported from a database into OpenStreetMap. Multiple antenna can be in the same tower leading to one node per antenna that share the same position:

{{{

  <node id='599529331' ... lat='51.8753285' lon='4.4998153'> 
    <tag k='height' v='35' /> 
    <tag k='man_made' v='tower' />
    <tag k='technology' v='UMTS' />
    <tag k='tower:type' v='communication' />
  </node>

  <node id='599529332' ... lat='51.8753285' lon='4.4998153'>
    <tag k='height' v='36' />
    <tag k='man_made' v='tower' />
    <tag k='technology' v='GSM 1800' />
    <tag k='tower:type' v='communication' />
  </node>
}}}


In this case the warning is not valid because the height and technology are different, but more general I think that if two nodes have tag(s) with the same key but with different values this warning should not be given or at least reported as information/other."	defect	closed	normal		Core validator	tested	wontfix	validator, nodes, same position	
