Changeset 15700 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2020-01-13T20:11:47+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/relation/sort/WayConnectionTypeCalculator.java
r15696 r15700 142 142 143 143 private static boolean isOnewayIgnored(Relation r) { 144 return r != null && "boundary".equals(r.get("type"));144 return r != null && r.hasTag("type", "boundary", "multipolygon"); 145 145 } 146 146
Note:
See TracChangeset
for help on using the changeset viewer.