Opened 17 years ago
Closed 16 years ago
#1187 closed defect (fixed)
[Patch] "Paste Tags" won't work between linestrings and nodes
Reported by: | ce | Owned by: | framm |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
After copying a linestring a trial to paste the tags to a node will fail. This is crucial if you want to add a node with the same tags as an area you just created.
Attachments (1)
Change History (12)
comment:1 by , 17 years ago
comment:4 by , 16 years ago
Resolution: | wontfix |
---|---|
Status: | closed → reopened |
"After copying a linestring a trial to paste the tags to a node will fail."
means, "After copying a way, attempting to use 'paste tags' on a node will fail."
I've found this to be the case also in the opposite direction (node to way). It would definitely be helpful to be able to copy tags between different types.
comment:5 by , 16 years ago
Version: | → latest |
---|
This one bugs me as well. It should be possible to Paste Tags between objects of different types, i.e. from a Node to a Way and vice versa.
It'd be useful when somebody has added a node to represent an object and you want to turn it into an area because you have better imagery now or you've traced the boundary.
by , 16 years ago
Attachment: | Copy Tags from Node to Ways and vice versa.patch added |
---|
comment:8 by , 16 years ago
Summary: | "Paste Tags" won't work between linestrings and nodes → [Patch] "Paste Tags" won't work between linestrings and nodes |
---|
Adds "real" sources to the paste buffer when the data is copied. On pasting, a single primitve type must be selected and the original copy action only may have contained a single primitive type. Basically this boils down to "Ways -> Nodes" and "Nodes -> Ways". All other cases will fall back to the current action.
Also removes useless call to nodes.clear() and makes use of return/continue to make pasteKeys better readable.
comment:10 by , 16 years ago
http://mathphys.fsk.uni-heidelberg.de/~stefan/josm-custom.jar
Try it yourself and report any bugs :)
I do understand you description at all. Please explain, what you try to say.