Ignore:
Timestamp:
2020-03-27T08:21:19+01:00 (4 years ago)
Author:
GerdP
Message:

fix #18990: Unable to Join Node To Way when way is the same one that the node belongs to

File:
1 edited

Legend:

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

    r15610 r16202  
    144144                        }
    145145                        innerMap.put(ws.lowerIndex, node);
     146                        seenWays.add(ws.way);
    146147                    }
    147                     seenWays.add(ws.way);
    148148                }
    149149            }
Note: See TracChangeset for help on using the changeset viewer.