Changeset 6069 in josm for trunk/src/org/openstreetmap/josm/actions/mapmode/ParallelWays.java
- Timestamp:
- 2013-07-17T00:01:07+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/mapmode/ParallelWays.java
r5981 r6069 22 22 /** 23 23 * Helper for ParallelWayAction 24 * 24 * 25 25 * @author Ole Jørgen Brønner (olejorgenb) 26 26 */ … … 69 69 if (sortedNodesPath == null) 70 70 throw new IllegalArgumentException("Ways must have spanning path"); // Create a dedicated exception? 71 71 72 72 // Fix #8631 - Remove duplicated nodes from graph to be robust with self-intersecting ways 73 73 Set<Node> removedNodes = new HashSet<Node>();
Note:
See TracChangeset
for help on using the changeset viewer.
