Changeset 18123 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2021-08-04T22:16:39+02:00 (3 years ago)
Author:
Don-vip
Message:

see #21131 - shift image in X/Y axis relative to the movement direction, not the image direction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/gpx/GpxImageCorrelation.java

    r18065 r18123  
    284284                        if (dirpos.isSetImageDirection()) {
    285285                            curTmp.setExifImgDir((Utils.toDegrees(direction) + dirpos.getImageDirectionAngleOffset()) % 360d);
    286                             direction = Utils.toRadians(curTmp.getExifImgDir());
    287286                        }
    288287                        if (shiftXY) {
Note: See TracChangeset for help on using the changeset viewer.