Ignore:
Timestamp:
2016-05-28T12:41:12+02:00 (8 years ago)
Author:
nokutu
Message:

Fixed MapillarySequenceDownloadThreadTest

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/io/download/MapillarySequenceDownloadThreadTest.java

    r32064 r32198  
    3535    System.out.println("[JUnit] MapillarySequenceDownloadThreadTest.testRun()");
    3636    // Area around image UjEbeXZYIoyAKOsE-remlg (59.32125452° N 18.06166856° E)
    37     LatLon minLatLon = new LatLon(59.3212545, 18.0616685);
    38     LatLon maxLatLon = new LatLon(59.3212546, 18.0616686);
     37    LatLon minLatLon = new LatLon(59.32125, 18.06166);
     38    LatLon maxLatLon = new LatLon(59.32126, 18.06167);
    3939
    4040    ExecutorService ex = Executors.newSingleThreadExecutor();
     
    4343        maxLatLon));
    4444
    45     int page = 1;
     45    int page = 0;
    4646    while (!ex.isShutdown()
    4747        && MapillaryLayer.getInstance().getData().getImages().size() <= 0
Note: See TracChangeset for help on using the changeset viewer.