Changeset 25705 in osm for applications/editors/josm/plugins/relcontext/src
- Timestamp:
- 2011-03-25T10:16:52+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/relcontext/src/relcontext/actions/CreateMultipolygonAction.java
r25702 r25705 72 72 addBoundaryMembers(rel); 73 73 List<Command> list = removeTagsFromInnerWays(rel); 74 if( !askForAdminLevelAndName(rel) ) 75 return; 74 if( isBoundary ) 75 if( !askForAdminLevelAndName(rel) ) 76 return; 76 77 if( isBoundary && getPref("boundaryways") ) 77 78 list.addAll(fixWayTagsForBoundary(rel));
Note:
See TracChangeset
for help on using the changeset viewer.