Changeset 32064 in osm for applications/editors/josm/plugins/mapillary/test/unit
- Timestamp:
- 2016-02-11T23:17:18+01:00 (9 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
r31833 r32064 40 40 ExecutorService ex = Executors.newSingleThreadExecutor(); 41 41 Bounds bounds = new Bounds(minLatLon, maxLatLon); 42 MapillaryLayer.getInstance().getData(). bounds.add(new Bounds(minLatLon,42 MapillaryLayer.getInstance().getData().getBounds().add(new Bounds(minLatLon, 43 43 maxLatLon)); 44 44
Note:
See TracChangeset
for help on using the changeset viewer.