source: osm/applications/editors/josm/plugins/relcontext/TODO@ 25868

Last change on this file since 25868 was 25868, checked in by zverik, 13 years ago

dumbutils toso

File size: 1.3 KB
Line 
1== BETA ==
2
3- Draw icons for multipoly settings menu
4- Solve width problem for narrows buttons when "fix" and "download" appear simultaneously
5- "Reverse multipolygon": create a closed area out of outer members, move tags, delete relation and empty ways
6- Fix tags for public_transport relations
7
8== DumbUtils todo ==
9
10- Paste relations to another object (Main.pasteBuffer.getDirectlyAdded() -> relations)
11- Align way nodes: 1 node - between neighboring, 2 nodes - all between them, 3 or more - all selected
12- Paste remembered source (store it indefinetly, even in preferences)
13
14== NEW ALGORITHM ==
15
16- Implement algorithm to construct rings from selection
17- Classify those rings (inner/outer) based on node tracing
18- Break touching rings of multipolygons
19- Analyze chosen relation and display corresponding symbol next to its name
20- Make chosen relation name pretty (or analyze all relations in relation list)
21- Sort relation members button (now it's just role fixer)
22- "Add members" should search for connecting nodes among already present members
23- Automatic role setting for new multipolygon ways (construct rings, see where a way goes)
24
25== RELEASE ==
26
27- Construct rings using middle points of ways and break those ways
28- Convert adjacing rings that need to be broken to multipolygons
29- Option to autodownload all ways that are being broken
Note: See TracBrowser for help on using the repository browser.