Changeset 23420 in osm for applications/editors/josm/plugins
- Timestamp:
- 2010-09-30T22:03:08+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/addrinterpolation/src/org/openstreetmap/josm/plugins/AddrInterpolation/AddrInterpolationDialog.java
r23191 r23420 1040 1040 private void RemoveAddressInterpolationWay() { 1041 1041 1042 // Remove way - nodes of the way remain 1043 commandGroup.add(new DeleteCommand(addrInterpolationWay)); 1044 1042 1045 // Remove untagged nodes 1043 1046 for (int i=1; i<addrInterpolationWay.getNodesCount()-1; i++) { … … 1048 1051 } 1049 1052 1050 // Remove way1051 commandGroup.add(new DeleteCommand(addrInterpolationWay));1052 1053 addrInterpolationWay = null; 1053 1054
Note:
See TracChangeset
for help on using the changeset viewer.