Changeset 18123 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2021-08-04T22:16:39+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/gpx/GpxImageCorrelation.java
r18065 r18123 284 284 if (dirpos.isSetImageDirection()) { 285 285 curTmp.setExifImgDir((Utils.toDegrees(direction) + dirpos.getImageDirectionAngleOffset()) % 360d); 286 direction = Utils.toRadians(curTmp.getExifImgDir());287 286 } 288 287 if (shiftXY) {
Note:
See TracChangeset
for help on using the changeset viewer.