Changeset 31409 in osm for applications/editors/josm/plugins/mapillary/test/unit
- Timestamp:
- 2015-07-27T14:08:33+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/MapillarySequenceDownloadThreadTest.java
r31381 r31409 62 62 while (!ex.isShutdown() && MapillaryLayer.getInstance().getMapillaryData().getImages().size() <= 0 && page < 50) { 63 63 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); 65 65 downloadThread.start(); 66 66 downloadThread.join();
Note:
See TracChangeset
for help on using the changeset viewer.