Changeset 979 in josm for trunk/src


Ignore:
Timestamp:
2008-09-17T01:12:45+02:00 (16 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.