Changeset 32198 in osm for applications/editors/josm/plugins
- Timestamp:
- 2016-05-28T12:41:12+02:00 (8 years ago)
- 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 35 35 System.out.println("[JUnit] MapillarySequenceDownloadThreadTest.testRun()"); 36 36 // Area around image UjEbeXZYIoyAKOsE-remlg (59.32125452° N 18.06166856° E) 37 LatLon minLatLon = new LatLon(59.32125 45, 18.0616685);38 LatLon maxLatLon = new LatLon(59.3212 546, 18.0616686);37 LatLon minLatLon = new LatLon(59.32125, 18.06166); 38 LatLon maxLatLon = new LatLon(59.32126, 18.06167); 39 39 40 40 ExecutorService ex = Executors.newSingleThreadExecutor(); … … 43 43 maxLatLon)); 44 44 45 int page = 1;45 int page = 0; 46 46 while (!ex.isShutdown() 47 47 && MapillaryLayer.getInstance().getData().getImages().size() <= 0
Note:
See TracChangeset
for help on using the changeset viewer.