Ignore:
Timestamp:
2015-12-29T19:23:48+01:00 (8 years ago)
Author:
Don-vip
Message:

use LatLon.ZERO instead of new LatLon(0, 0)

File:
1 edited

Legend:

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

    r8942 r9214  
    360360                // need to synthesize a download bounds lest the visual indication of downloaded area doesn't work
    361361                dataSet.dataSources.add(new DataSource(currentBounds != null ? currentBounds :
    362                     new Bounds(new LatLon(0, 0)), "OpenStreetMap server"));
     362                    new Bounds(LatLon.ZERO), "OpenStreetMap server"));
    363363            }
    364364
Note: See TracChangeset for help on using the changeset viewer.