Opened 12 years ago
Closed 12 years ago
#8597 closed defect (fixed)
Data loss when joining address node into building
Reported by: | Dakon | Owned by: | team |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | Plugin terracer | Version: | latest |
Keywords: | Cc: |
Description
You need a building and an address node. That node should have addr:street, addr:housenumber and at least one other tag of choice (e.g. addr:country). Select the building, select the node, press Shift-T.
Outcome:
-the building has addr:street and addr:housenumber
-the node is gone (with all other tags)!
Either _all_ tags should be copied into the building (maybe asking on collisions), or only addr:* ones (all of them!), in the latter case the node should be preserved and just the copied tags removed from it.
Close to #6178