Changeset 16734 in osm for applications/editors/josm
- Timestamp:
- 2009-07-30T13:31:45+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/utilsplugin/src/UtilsPlugin/JoinAreasAction.java
r16628 r16734 224 224 // Delete the remaining inner ways 225 225 if(innerWays != null && innerWays.size() > 0) 226 cmds.add(DeleteCommand.delete( innerWays, true));226 cmds.add(DeleteCommand.delete(getEditLayer(), innerWays, true)); 227 227 commitCommands(marktr("Delete Ways that are not part of an inner multipolygon")); 228 228
Note:
See TracChangeset
for help on using the changeset viewer.