Changeset 34312 in osm for applications/editors/josm


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

update to JOSM 13927

Location:
applications/editors/josm/plugins/waydownloader
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/waydownloader/build.xml

    r34284 r34312  
    55    <property name="commit.message" value="Changed the constructor signature of the plugin main class"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="13922"/>
     7    <property name="plugin.main.version" value="13927"/>
    88
    99    <property name="plugin.author" value="Harry Wood"/>
  • 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.