Changeset 6597 in josm for trunk/src/org/openstreetmap/josm/data
- Timestamp:
- 2014-01-02T22:45:23+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/MultipolygonTest.java
r6575 r6597 184 184 185 185 // Create new multipolygon using the logics from CreateMultipolygonAction and see if roles match. 186 final Pair<Relation, Relation> newMP = CreateMultipolygonAction.createMultipolygonRelation( 187 r.getMemberPrimitives(Way.class), Collections.singleton(new Relation())); 186 final Pair<Relation, Relation> newMP = CreateMultipolygonAction.createMultipolygonRelation(r.getMemberPrimitives(Way.class)); 188 187 if (newMP != null) { 189 188 for (RelationMember member : r.getMembers()) {
Note:
See TracChangeset
for help on using the changeset viewer.