Changeset 11158 in josm
- Timestamp:
- 2016-10-24T13:48:56+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/MultipolygonTest.java
r11157 r11158 173 173 // Rest of checks is only for complete multipolygons 174 174 if (!r.hasIncompleteMembers()) { 175 Multipolygon polygon = MultipolygonCache.getInstance().get(Main.map.mapView,r);175 Multipolygon polygon = new Multipolygon(r); 176 176 177 177 // Create new multipolygon using the logics from CreateMultipolygonAction and see if roles match.
Note:
See TracChangeset
for help on using the changeset viewer.