1 Potlatch 2: main outstanding issues
2 -----------------------------------
6 * purgeOutside simply doesn't work - WayUIs stay around. To investigate
7 * P1-style J (join) / shift-J (unjoin)
8 * Make parallelise properly undoable
10 == Vector background layers ==
12 * Pass in via URL parameter
13 * Load from local file (Flash Player 10 only)
14 * TagTransform (cf http://wiki.openstreetmap.org/wiki/Osmosis/TagTransform)
15 * Connectivity isn't preserved when bringing ways through (e.g. from OSM layer)
16 * Should disable most forms of editing for vector layers
20 * Should be able to reuse changesets
24 * Adding a new relation (e.g. cycle route) to a way which already has one can cause only the new one to be displayed
25 * initialiseEditors is quite slow (typically 150ms)
26 * Bug where the wrong feature is used, when an item that is dragged from the list when an POI has no icon.
30 * Escape should rewind the entity to how it was before the current ControllerState. (Record a position in the undo stack when exiting a ControllerState, and escape would rewind to that)
31 * Potlatch 1-style "floaty warnings"
32 * Custom imagery dialog fixes
33 * Ctrl-clicking two areas (one inside the other) should create a multipolygon
34 * B keypress for background source tag
36 * Options should be remembered via SharedObjects
37 * small node hitzone when creating areas - hitzone and mouseover UI don't match up
38 * backspaceNode leaves junctions on other ways highlighted
39 * Unexpected number of undo actions (3) when undoing drawway after adding a junction
40 * GPS loading should have a loading... label
41 * Pressing undo/redo sometimes doesn't change controllerstate. (e.g. create POI + undo leaves the tag panel still referring to POI)
43 == Miscellaneous data model ==
45 * Remove created_by=* tags from any data touched
47 == Rendering (Halcyon) ==
49 * halcyon_viewer needs updating for new tileurl stuff
51 * More line decoration (cliffs etc.), and implied values for 'dashes' if not supplied
53 * .gz support for OSMConnection
54 * Multipolygon rendering for dashedLine, lineDecoration, and WayBitmapFiller
55 * Multipolygons should take their tags from the relation, not the way
60 Requested enhancements
61 ----------------------
65 * Disable caching (i.e. set all URLRequests to POST) if URL parameter passed
66 * Non-900913 projections
68 * Support undo / redo across saving events
72 * Ability to specify that a node should be a point in a way, for example for crossings
73 * Ability to say that it's unlikely/impossible to have a way that is a bridge and a tunnel at the same time.
74 * It would be useful to have fields that only allow numbers in a non-destructive way, for example for step_count or capacity.
75 * Dynamic reloading of stylesheet/map_features, so that you don't need to reload the full page when editing them
76 * The area of pois for dragging on to the map should have a search, with synonyms.
77 * If you have both inputSets names and buildingAddress, and name= key is filled in then the basic tab will get both, surely only name should be shown and building name should be ignored e.g. cafes. [Actually this was an issue of addr: being missing from one of them, however this may still be a problem for other overlapping inputSets]
79 == Turn restrictions ==
81 * Splitting a way should have smart turn restriction behaviour - i.e. only retain the relation in that part of the way which joins the via point.
86 * Bbox-sensitive menu for background imagery
88 * Quick-search on add-relations-to-way dialog (RelationSelectPanel)
91 == Rendering (Halcyon) ==
93 * 'Light' version without vectorlayer support etc.