Opened 12 years ago
Closed 8 years ago
#9237 closed defect (fixed)
Saving coordinates to pictures stops when one picture is deleted in the meanwhile
Reported by: | bielebog | Owned by: | bastiK |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin photo_geotagging | Version: | latest |
Keywords: | photo_geotagging EXIF | Cc: |
Description
This affects JOSM 6321 with plugin photo_geotagging version 29854.
When the path to one of the loaded and geotagged photos changed in the meanwhile, saving EXIF data of the whole containing photo layer fails at the first deleted photo. It would be nice to be able to (retry|skip|abort) here, with a dialog that shows the failed files afterwards.
Attachments (0)
Change History (2)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
In [o33494]: fixed #9237 - Saving coordinates to pictures stops when one picture is deleted in the meanwhile
In [o33495]: update
The process of saving stops when it hits the first deleted file.
The only chance to save the updated EXIF data into the unchanged existing photos seems to deselect
the deleted photos in the dialog provided by plugin PhotoGeotagging. This dialog offers a list of files
to change. But selecting all but the deleted files hits the same error when saving nonetheless.
A workaround is to "delete" the picture that was already deleted in the filesystem again in the
picture layer loaded into JOSM. This can be done using the "delete picture" button in JOSMs picture viewer.
It will complain about the file not existing and then delete it from the picture layer.
Saving EXIF data now works as the process doesn't hit the deleted file now.