#199 closed enhancement (fixed)
create parallel set of segments
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: |
Description
Having a way defined I would like to automatically create
a new one running parallel in a certain distance.
Function should be:
select segments
tell the distance
point with cursor to the direction
place the new segments
ay be that this request has already brought up under a deifferent
name, but I did'nt catch this one.
m-schmitt@…
Attachments (0)
Change History (5)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:3 by , 17 years ago
Priority: | minor → major |
---|---|
Resolution: | duplicate |
Status: | closed → reopened |
I just had the same idea. I developed some formulars and algorithms to calculate the locations of the shifted points. They work already very well in Excel - but that's it already. I am programming in several languages, but not in Java, and I am not very much interested of learning Java only for one single JOSM plugin.
I would be very glad if you would implement such a feature in JOSM, and in this case I would give and explain my formulas to you.
follow-up: 5 comment:4 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
JOSM already has such a feature (at least in recent versions). :-)
Ctrl-C to copy the selection, Ctrl-V to paste it (in the center of the screen).
comment:5 by , 17 years ago
Replying to Gabriel Ebner <ge@gabrielebner.at>:
JOSM already has such a feature (at least in recent versions). :-)
Ctrl-C to copy the selection, Ctrl-V to paste it (in the center of the screen).
Sorry, but if your way is a curve with a radius = 100 m and if it should be shifted by 20 m, then the radius of the shifted curve must be 80 m rsp. 120 m. You can't do this whith Copy&Paste.
Anyway, I solved the task with my own program: http://www.lenz-online.de/divers/mapping.htm
This will be possible in a much more natural way once #22 (Clipboard) is implemented. Ctrl+c, Ctrl+v and a bit moving (or better: Holding Ctrl down while dragging the selection. See #11).