Changeset 8182 in josm
- Timestamp:
- 2015-04-09T22:21:58+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/CombineWayAction.java
r8181 r8182 444 444 */ 445 445 public static NodeGraph createUndirectedGraphFromNodeWays(Collection<Way> ways) { 446 boolean dir = true;447 446 NodeGraph graph = new NodeGraph(); 448 447 for (Way w: ways) {
Note:
See TracChangeset
for help on using the changeset viewer.