Changeset 31279 in osm
- Timestamp:
- 2015-06-18T18:09:14+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/src/org/openstreetmap/josm/plugins/mapillary/MapillaryLayer.java
r31278 r31279 363 363 } 364 364 365 /** 366 * Returns the 2 closest images belonging to a different sequence. 367 * 368 * @return 369 */ 365 370 private MapillaryImage[] getClosestImagesFromDifferentSequences() { 366 371 if (!(mapillaryData.getSelectedImage() instanceof MapillaryImage))
Note:
See TracChangeset
for help on using the changeset viewer.