Ignore:
Timestamp:
2018-06-17T21:34:45+02:00 (7 years ago)
Author:
donvip
Message:

update to JOSM 13927

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/waydownloader/src/org/openstreetmap/josm/plugins/waydownloader/WayDownloaderPlugin.java

    r33910 r34312  
    1818import org.openstreetmap.josm.actions.MergeNodesAction;
    1919import org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask;
     20import org.openstreetmap.josm.actions.downloadtasks.DownloadParams;
    2021import org.openstreetmap.josm.command.Command;
    2122import org.openstreetmap.josm.data.Bounds;
     
    107108            LatLon ll = selectedNode.getCoor();
    108109            final Future<?> future = downloadTask.download(
    109                     false /* no new layer */,
     110                    new DownloadParams(),
    110111                    new Bounds(
    111112                            ll.lat()- latbuffer,
Note: See TracChangeset for help on using the changeset viewer.