Ignore:
Timestamp:
2017-03-04T00:49:24+01:00 (7 years ago)
Author:
Don-vip
Message:

fix #13922 - Add (expert) option to not zoom to the new downloaded data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/downloadtasks/DownloadGpsTask.java

    r11124 r11658  
    163163                mergeLayer.mergeFrom(layer);
    164164                mergeLayer.invalidate();
    165                 if (Main.map != null) {
     165                if (Main.map != null && zoomAfterDownload) {
    166166                    Main.map.mapView.scheduleZoomTo(new ViewportData(layer.getViewProjectionBounds()));
    167167                }
Note: See TracChangeset for help on using the changeset viewer.