JOSM / areaselector

JOSM Area Selection Plugin
https://github.com/JOSM/JOSM-areaselector/wiki
18 stars 3 forks source link

building replacement does not override building=yes #28

Closed a-pirard closed 6 years ago

a-pirard commented 6 years ago

I made a series of replacement of building=yes areas with building=house. AS would repeatedly use building=yes instead. Normally, the existing tags are overridden with AS'es new ones. But should a building=hangar be encountered, the mapper must wonder which is right. Replace Geometry has a tag conflict resolution for that. Does that happen with any tag?

r00tat commented 6 years ago

Areaselector will use all tags from the old building and replace it with the values from the new one. As Areaselector tags all buildings automatically with building=yes this will lead to the building tag always be yes.

I'll fix this, so the last used value will be used.