Ignore:
Timestamp:
2020-01-13T00:11:29+01:00 (5 years ago)
Author:
Don-vip
Message:

fix #18020 - don't show way directions for boundary relations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/relation/MemberTableModel.java

    r15378 r15696  
    777777        try {
    778778            if (connectionType == null) {
    779                 connectionType = wayConnectionTypeCalculator.updateLinks(members);
     779                connectionType = wayConnectionTypeCalculator.updateLinks(relation, members);
    780780            }
    781781            return connectionType.get(i);
Note: See TracChangeset for help on using the changeset viewer.