Changeset 30127 in osm
- Timestamp:
- 2013-12-15T17:40:33+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/terracer/src/terracer/TerracerAction.java
r30072 r30127 464 464 public boolean executeCommand() { 465 465 boolean result = super.executeCommand(); 466 if (result) { 466 if (result && tagsInConflict != null) { 467 467 try { 468 468 // Build conflicts commands only after all primitives have been added to dataset to fix #8942
Note:
See TracChangeset
for help on using the changeset viewer.