﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8399	Validator could merge two ways with same position if one is an inner without tags	anonymous	team	"Sometimes I find duplicate ways like this:

multipolygon A: landuse=forest
made by two ways: Aouter (no tags) + way Ainner (no tags)

way B: natural=water
a different way but with the same nodes of way Ainner

Validator warns that there are two ways with same position: Ainner and B, but it doesn't correct it automatically.

I would like that, if there are these conditions:
- there are only 2 duplicate ways
- one way belongs to a relation (Ainner)
- the role of Ainner is inner
- Ainner has no tags
- the other way does not belong to relations (B)

Validator could correct them automatically (after the user clicked the usual button) by:
- copying the tags from B to Ainner
- deleting way B

Thank you"	enhancement	new	normal		Core validator			same position fix	
