Modify ↓
#13413 closed enhancement (fixed)
[Patch] Clean ImproveWayAccuracyAction
Reported by: | michael2402 | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 16.08 |
Component: | Core | Version: | |
Keywords: | gsoc-core | Cc: | Don-vip, bastiK, stoecker |
Description
Clean the ImproveWayAccuracyAction
.
This introduces a new MapViewPath
class. It allows you to directly append nodes:
path.moveTo(node1).lineTo(node2)
This makes tool code easier to read.
Depends on #13412
Attachments (1)
Change History (4)
by , 8 years ago
Attachment: | patch-improve-way-accuracy-action-2.patch added |
---|
comment:1 by , 8 years ago
Milestone: | → 16.08 |
---|---|
Summary: | [Patch] → [Patch] Clean ImproveWayAccuracyAction |
comment:2 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 10875/josm: