dfandrich / gpscorrelate

C program to match GPS tracks to photographs, and store the matches in the EXIF data in the photographs.
https://dfandrich.github.io/gpscorrelate/
GNU General Public License v2.0
24 stars 8 forks source link

Inconsistent GUI behaviour (correlate vs strip) #10

Open PrzemoF opened 3 years ago

PrzemoF commented 3 years ago

I noticed that correlate function works on all photos not only selected set while strip gps works on the selected set. Is that a design decision or a bug? I don't see any bug submission policy, so I hope it's OK to discuss it here.

P.S. Thank you for keeping the software alive :-)

dfandrich commented 3 years ago

On Sun, Oct 18, 2020 at 11:45:22AM -0700, Przemo Firszt wrote:

I noticed that correlate function works on all photos not only selected set while strip gps works on the selected set. Is that a design decision or a bug? I don't see any bug submission policy, so I hope it's OK to discuss it here.

I hadn't noticed that difference; it sounds like a bug. I would expect that if one some photos are selected then strip and correlate would work on only those, otherwise it would work on them all.

P.S. Thank you for keeping the software alive :-)

You're welcome!