Changeset 1085 in josm for trunk/src/org


Ignore:
Timestamp:
2008-11-18T22:08:54+01:00 (15 years ago)
Author:
framm
Message:
  • unless two reference nodes are selected, orthogonalize each selected way separately, and fix big where orthogonalization would fail when a building outline was almost perfectly East/West oriented. Patch by Hermann Schwaerzler.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/OrthogonalizeAction.java

    r1084 r1085  
    4141        super(tr("Orthogonalize shape"),
    4242            "ortho",
    43             tr("Move nodes so all angles are 0/90/180/270deg"),
     43            tr("Move nodes so all angles are 90 or 270deg"),
    4444            Shortcut.registerShortcut("tools:orthogonalize", tr("Tool: {0}", tr("Orthogonalize")),
    4545            KeyEvent.VK_Q,
Note: See TracChangeset for help on using the changeset viewer.