Changeset 29355 in osm for applications/editors
- Timestamp:
- 2013-03-09T12:05:16+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/simplifyarea/src/sk/zdila/josm/plugin/simplify/SimplifyAreaAction.java
r28873 r29355 301 301 302 302 newWay.setNodes(nodes); 303 if (!way. equals(newWay)) {303 if (!way.getNodes().equals(nodes)) { 304 304 commands.add(new ChangeCommand(way, newWay)); 305 305 }
Note:
See TracChangeset
for help on using the changeset viewer.