Changeset 979 in josm


Ignore:
Timestamp:
Sep 17, 2008 1:12:45 AM (5 years ago)
Author:
framm
Message:
  • added basic support for downloading based on tile numbers. not exactly pretty but works. Fixes #139.
Location:
trunk/src/org/openstreetmap/josm/gui/download
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/download/DownloadDialog.java

    r806 r979  
    8888                // predefined download selections 
    8989                downloadSelections.add(new BoundingBoxSelection()); 
     90                downloadSelections.add(new TileSelection()); 
    9091                downloadSelections.add(new BookmarkSelection()); 
    9192                downloadSelections.add(new WorldChooser()); 
Note: See TracChangeset for help on using the changeset viewer.