Changeset 8795 in josm for trunk/src/org/openstreetmap/josm/actions/DistributeAction.java
- Timestamp:
- 2015-09-24T23:56:05+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/DistributeAction.java
r8510 r8795 210 210 * that are furthest apart, and then to distribute all other selected 211 211 * nodes along the straight line between these nodes. 212 * @param nodes nodes to distribute 212 213 * @return Commands to execute to perform action 213 214 */ 214 private Collection<Command> distributeNodes(Collection<Node> nodes) { 215 private static Collection<Command> distributeNodes(Collection<Node> nodes) { 215 216 // Find from the selected nodes two that are the furthest apart. 216 217 // Let's call them A and B.
Note:
See TracChangeset
for help on using the changeset viewer.
