Ignore:
Timestamp:
2008-01-30T18:02:38+01:00 (16 years ago)
Author:
gebner
Message:

Part one of patch by Dave Hansen <dave@…>

  • Remove unused imports
  • Main.debug
  • Make attribute merging aware of TIGER-import attributes
  • Better upload progress information
  • Retry uploads
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/SplitWayAction.java

    r485 r529  
    217217                        return;
    218218                }
     219                Main.debug("wayChunks.size(): " + wayChunks.size());
     220                Main.debug("way id: " + selectedWay.id);
    219221
    220222                // build a list of commands, and also a new selection list
     
    240242                        wayToAdd.nodes.addAll(chunkIt.next());
    241243                        commandList.add(new AddCommand(wayToAdd));
     244                        Main.debug("wayToAdd: " + wayToAdd);
    242245                        newSelection.add(wayToAdd);
    243246                }
Note: See TracChangeset for help on using the changeset viewer.