source: osm/applications/editors/josm/plugins/ImproveWayAccuracy/README@ 26530

Last change on this file since 26530 was 25899, checked in by kachkaev, 13 years ago

Initial JOSM ImproveWayAccuracy plugin commit

File size: 1.8 KB
Line 
1README
2======
3
4http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ImproveWayAccuracy
5
6This plugin can be useful when you are improving accuracy of the ways that have already been mapped before.
7It can be useful when you are improving accuracy of the ways that have already been mapped before.
8The idea of the plugin is to substitute dragging and dropping nodes with clicking to quicken the editing process.
9
10
11
12How to use the plugin:
13
14Before you begin: Make sure you have a high-resolution imagery or enough GPS traces below your data layer.
15
161. Select a way you want to work on.
17
182. Click on the “Improve Way Accuracy” button on the left panel to enter a special editing mode.
19
203. To move nodes that already exist:
21 Click on the map where you think a node should be. The highlighted (nearest) node will be moved there.
22
23 To create new nodes:
24 Press and hold Ctrl button and click on the map. A new node will split the segment that is the closest to the cursor.
25
264. To start working on a different way without leaving the mode, unselect current way by pressing Esc and click on another one.
27
28
29
30Tips:
31
32 The plugin automatically finds segments and nodes that are the closest to the cursor.
33 However, if you want to get more flexibility, you can lock the highlighted node/segment when moving a mouse.
34 Press and hold Shift or left mouse button and the focused node or segment will be kept the same no matter where you move the cursor.
35
36 JOSM has a wireframe view that turns off any styles and makes lines very thin. You can try it by pressing Ctrl+W.
37 It might be a good idea to toggle that view before improving ways accuracy as it allows
38 to see the imagery below the data layer in a much better way.
39
40
41
42Autor:
43
44 Alexander Kachkaev, 2011
45 alexander@kachkaev.ru
46 http://wiki.openstreetmap.org/wiki/User:Kachkaev
47
48
49
50License: GPL v2 or later
Note: See TracBrowser for help on using the repository browser.