osmcha-frontend icon indicating copy to clipboard operation
osmcha-frontend copied to clipboard

Invalid tag modification for conversions to multipolygons

Open dieterdreist opened this issue 6 years ago • 3 comments

I'm submitting a bug report

Brief Description

If you remove tags from an area because you create a multipolygon with these tags, osmcha flags it as "invalid tag modification"

What is the motivation / use case for this action?

There are multiple possible reasons for creating multipolygons from area, usually because you have to split a way, add a hole or separate perimeter from the area

What is the current behaviour, (attach relevant screenshots) ?

flags it as "invalid tag modification"

What is the expected behaviour ?

does not flag it

When does this occur ?

always in this context (see above)

How do we replicate the issue ?

Please tell us about your environment:

Other Information / context:

dieterdreist avatar May 15 '19 18:05 dieterdreist

Same exact issue when you remove tags from a node, and incorporate that node is a closed way (which has the tags from the node). For example, converting a node address into a building. See Node 367794721 in Change 86292360.

And I would say the same fix should be applied to the warning "Deleted a wikidata/wikipedia tag" when that whole element (and its tags) were being merged into something else. See Node 367794682 in Change 86292360.

blackboxlogic avatar Jun 07 '20 17:06 blackboxlogic

I can confirm this is still the case

dieterdreist avatar Nov 25 '20 14:11 dieterdreist

Base bug: https://github.com/mapbox/osm-compare/issues/147 Possibly dead PR to fix this: https://github.com/mapbox/osm-compare/pull/149

tsmock avatar May 17 '22 19:05 tsmock