Ignore:
Timestamp:
2015-07-27T14:08:33+02:00 (10 years ago)
Author:
nokutu
Message:

Fixed several concurrency bugs and improved Mapillary data download speed by allowing multiple threads.

File:
1 edited

Legend:

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

    r31381 r31409  
    6262        while (!ex.isShutdown() && MapillaryLayer.getInstance().getMapillaryData().getImages().size() <= 0 && page < 50) {
    6363            System.out.println("Sending sequence-request "+page+" to Mapillary-servers…");
    64             Thread downloadThread = new MapillarySequenceDownloadThread(ex, queryString+"&page="+page, MapillaryLayer.getInstance(), null);
     64            Thread downloadThread = new MapillarySequenceDownloadThread(ex, queryString+"&page="+page);
    6565            downloadThread.start();
    6666            downloadThread.join();
Note: See TracChangeset for help on using the changeset viewer.