Skip to content
This repository has been archived by the owner on Jan 1, 2021. It is now read-only.

Commit

Permalink
Merge branch 'refactor'
Browse files Browse the repository at this point in the history
  • Loading branch information
systemed committed Jun 17, 2011
2 parents 5f128f5 + 5635301 commit ce01287
Show file tree
Hide file tree
Showing 140 changed files with 6,731 additions and 1,659 deletions.
8 changes: 6 additions & 2 deletions TODO.txt
@@ -1,10 +1,10 @@
Potlatch 2: main outstanding issues
-----------------------------------
= Potlatch 2: main outstanding issues =

== Core geometry ==

* P1-style J (join)
* Doing a '-' to remove a point from a junction doesn't redraw the point on other ways
* Circularise doesn't redraw the nodes on the selected way

== Vector background layers ==

Expand Down Expand Up @@ -33,6 +33,7 @@ Potlatch 2: main outstanding issues

** Keypress detection is very erratic, depending on focus - need to work out where events are going (Application.application?) and sense them there
* Failing to parse map_features should be an error state
* Quadrilateralise should throw an AttentionEvent if it's too sharp to straighten
* 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)
* Custom imagery dialog fixes
* Ctrl-clicking two areas (one inside the other) should create a multipolygon
Expand Down Expand Up @@ -72,6 +73,9 @@ Potlatch 2: main outstanding issues
== l10n ==
* Fix the en_US / default locale problem

== other ==
* Simplify.as shouldn't add an action to the global undo stack, since it's called from e.g. importing into other layers

Requested enhancements
----------------------

Expand Down

0 comments on commit ce01287

Please sign in to comment.