Changeset 18302 in osm for applications/editors/josm/plugins/remotecontrol
- Timestamp:
- 2009-10-27T11:20:38+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/remotecontrol/src/org/openstreetmap/josm/plugins/remotecontrol/RequestProcessor.java
r18295 r18302 167 167 maxlon = downloadBounds.getMaxX(); 168 168 } 169 Future<?> future = osmTask.download(false /*no new layer*/, new Bounds(minlat,minlon,maxlat,maxlon), n ew PleaseWaitProgressMonitor());169 Future<?> future = osmTask.download(false /*no new layer*/, new Bounds(minlat,minlon,maxlat,maxlon), null /* let the task manage the progress monitor */); 170 170 Main.worker.submit(new PostDownloadHandler(osmTask, future)); 171 171 } catch (AlreadyLoadedException ex) {
Note:
See TracChangeset
for help on using the changeset viewer.